no message
Former-commit-id: efa5f4883dc660c18f2608f33df4da01846f9fc6 Former-commit-id: 6ab043a54f1052cca5e9c340f99f44de62837e8d Former-commit-id: a8daea6186f738bb919b61c5c478596e4c5dae3e
This commit is contained in:
@@ -33,11 +33,14 @@ import store from '@/store/index.js'
|
|||||||
// 插件 log简化
|
// 插件 log简化
|
||||||
import pluginLog from '@/plugin/log'
|
import pluginLog from '@/plugin/log'
|
||||||
// 插件 导出文件
|
// 插件 导出文件
|
||||||
|
import pluginImport from '@/plugin/import'
|
||||||
|
// 插件 导出文件
|
||||||
import pluginExport from '@/plugin/export'
|
import pluginExport from '@/plugin/export'
|
||||||
|
|
||||||
Vue.use(ElementUI)
|
Vue.use(ElementUI)
|
||||||
|
|
||||||
Vue.use(pluginLog)
|
Vue.use(pluginLog)
|
||||||
|
Vue.use(pluginImport)
|
||||||
Vue.use(pluginExport)
|
Vue.use(pluginExport)
|
||||||
|
|
||||||
Vue.config.productionTip = false
|
Vue.config.productionTip = false
|
||||||
|
|||||||
8
src/plugin/import/index.js
Normal file
8
src/plugin/import/index.js
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
// 库
|
||||||
|
export default {
|
||||||
|
install (Vue, options) {
|
||||||
|
Vue.prototype.$import = {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user