Commit 8cc00e30 by 陈超

A

parent 2cf0b575
......@@ -22,6 +22,7 @@ import './styles/zm_css.css'
import AvueFormDesign from '@sscfaith/avue-form-design'
import basicContainer from './components/basic-container/main'
import util from '@/util/utils'
import VueCoreVideoPlayer from 'vue-core-video-player'
// 挂载常用全局方法,import 引入
Vue.prototype.validatenull = validatenull
......@@ -30,7 +31,9 @@ Vue.prototype.downBlobFile = downBlobFile
// 插件 json 展示
Vue.use(router)
// 表单设计器
Vue.use(AvueFormDesign);
Vue.use(AvueFormDesign)
//视频播放插件
Vue.use(VueCoreVideoPlayer)
window.axios = axios
Vue.use(VueAxios, axios)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment