Update main.js

This commit is contained in:
Steffen 2020-04-03 20:15:33 +02:00 committed by GitHub
parent 5103fbdb3e
commit facfad2d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import App from './App'
Vue.config.productionTip = false
new Vue({
el: '#app',
el: '#townsquare',
template: '<App/>',
components: { App }
})