公告板
版本库
filestore
活动
搜索
登录
main
/
sx_big_screen
山西大屏
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
init
whychdw
2019-12-19
06553f9642cef145c63b14238a84e90e13c50f29
[sx_big_screen.git]
/
src
/
main.js
1
2
3
4
5
6
7
8
import Vue from 'vue'
import App from './App.vue'
Vue.config.productionTip = false
new Vue({
render: h => h(App),
}).$mount('#app')