满天星医废小程序,带账号登录
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
import Vue from 'vue'
|
||||
import App from './App'
|
||||
|
||||
import basics from './pages/basics/home.vue'
|
||||
Vue.component('basics',basics)
|
||||
|
||||
import components from './pages/component/home.vue'
|
||||
Vue.component('components',components)
|
||||
|
||||
import plugin from './pages/plugin/home.vue'
|
||||
Vue.component('plugin',plugin)
|
||||
|
||||
import cuCustom from './colorui/components/cu-custom.vue'
|
||||
Vue.component('cu-custom',cuCustom)
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
App.mpType = 'app'
|
||||
|
||||
const app = new Vue({
|
||||
...App
|
||||
})
|
||||
app.$mount()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user