标签:ignore code vat 安装 pac nts 导致 服务 whoami
import Test from ‘./Test/index.vue‘; const vue_plugs = { install(Vue, options) { Vue.component(Test.name, Test) } }; if (typeof window !== ‘undefined‘ && window.Vue) { window.vue_plugs = vue_plugs Vue.use(vue_plugs) }; export default vue_plugs
;标签:ignore code vat 安装 pac nts 导致 服务 whoami
原文地址:https://www.cnblogs.com/zz-zrr/p/11806944.html