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