|
@@ -13,8 +13,7 @@ import store from './store'
|
|
|
import router from './router'
|
|
|
import directive from './directive' // directive
|
|
|
import lazyPlugin from 'vue3-lazy'
|
|
|
-import animated from 'animate.css'
|
|
|
-// import './mockjs/index'//mockjs
|
|
|
+// import animated from 'animate.css'
|
|
|
|
|
|
|
|
|
|
|
@@ -83,7 +82,7 @@ app.use(store)
|
|
|
app.use(plugins)
|
|
|
app.use(elementIcons)
|
|
|
app.use(VueUeditorWrap)
|
|
|
-app.use(animated)
|
|
|
+// app.use(animated)
|
|
|
app.use(lazyPlugin, {
|
|
|
loading: '/loading.gif',
|
|
|
error: '/error.png',
|