| | |
| | | import { Boot } from '@wangeditor/editor' |
| | | import attachmentModule from '@wangeditor/plugin-upload-attachment' |
| | | import loadMore from '@/utils/selectLoadMoreDirective' |
| | | import loadMoreNew from '@/utils/directive' |
| | | import "video.js/dist/video-js.css" |
| | | Boot.registerModule(attachmentModule) |
| | | const app = createApp(App) |
| | |
| | | app.use(preReClick) |
| | | app.component('svg-icon', SvgIcon) |
| | | app.directive('loadMore',loadMore) |
| | | app.directive('loadMoreNew',loadMoreNew) |
| | | // app.use(Directives) |
| | | directive(app) |
| | | |
| | | // 使用element-plus 并且设置全局的大小 |