first commit from template
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Vue from 'vue'
|
||||
import router from './router'
|
||||
import App from './App'
|
||||
|
||||
import 'assets/css/app.styl'
|
||||
|
||||
new Vue({
|
||||
router,
|
||||
render: h => h(App)
|
||||
}).$mount('#app')
|
||||
Reference in New Issue
Block a user