如何註冊全域性公用元件
import uniNavBar from '@/components/uniNavBar.vue'
Vue.component('uni-nav-bar',uniNavBar)
如何註冊全域性基礎變數
Vue.prototype.BaseFileURL='*******'
如何註冊全域性公用元件
import uniNavBar from '@/components/uniNavBar.vue'
Vue.component('uni-nav-bar',uniNavBar)
如何註冊全域性基礎變數
Vue.prototype.BaseFileURL='*******'