This commit is contained in:
zhutianqi
2021-12-06 15:43:37 +08:00
parent 298180479a
commit f5ab31bdcb
5 changed files with 85 additions and 267 deletions
+6
View File
@@ -39,6 +39,11 @@ moment.suppressDeprecationWarnings = true;
// 右键菜单
import Contextmenu from 'vue-contextmenujs'
// vant
import vant from 'vant';
import 'vant/lib/index.css';
//vant
import animate from 'animate.css'
// 引入路由器
@@ -263,6 +268,7 @@ Vue.use(VueI18n)
Vue.use(VueClipboard)
Vue.use(Contextmenu)
Vue.use(animate)
Vue.use(vant)
// Vue.prototype.$echarts = echarts
// 原生axios