mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Create main.js
This commit is contained in:
parent
9d207bbbe6
commit
2be8f85e6e
1 changed files with 10 additions and 0 deletions
10
main.js
Normal file
10
main.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
import Vue from 'vue'
|
||||
import App from './App'
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
template: '<App/>',
|
||||
components: { App }
|
||||
})
|
Loading…
Add table
Reference in a new issue