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