1 Star 1 Fork 0

zhhbstudio / tcb-hackthon-PIS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
赵贺斌 提交于 2020-02-06 15:48 . 初始提交
import Vue from 'vue'
import App from './App'
import homes from './pages/home/home.vue'
Vue.component('home',homes)
import mcontrol from './pages/home/control.vue'
Vue.component('mcontrol',mcontrol)
import setting from './pages/home/setting.vue'
Vue.component('setting',setting)
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()
1
https://gitee.com/zhhbstudio/tcb-hackthon-PIS.git
git@gitee.com:zhhbstudio/tcb-hackthon-PIS.git
zhhbstudio
tcb-hackthon-PIS
tcb-hackthon-PIS
master

搜索帮助