dashboard
repositories
filestore
activity
search
login
XingYao
/
RedTourism_Wap
红色旅游Wap端 Vue项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
init
康凯
2021-12-08
8e3a8279be0a8a9758c83ece9e9deed0cbef5cb0
[XingYao/RedTourism_Wap.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')