Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
Vue.prototype.$exportFile = exportFile
/**
* @author xuanzai
* @description 全局通用配置
*/
Vue.prototype.defaultConfig = DefaultConfig
// 引入markdown编辑器组件
Vue.use(mavonEditor)
// 引入树状选择器组件
Vue.component('treeselect', Treeselect)
// 引入表单生成器
Vue.use(FormMaking)
// 引入表单生成器富文本
Vue.use(VueEditor)
// 引入拖拽列表组件
Vue.component(draggable.name, draggable)
Vue.config.productionTip = false