公告板
版本库
filestore
活动
搜索
登录
main
/
motor-test-web
3.5KW电机试验集中测试平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
init
whychdw
2020-07-28
ff4e8ffc0492e2430877a258344447af47250ac1
[motor-test-web.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')