mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Delete main.js
This commit is contained in:
parent
bdd1fc1dba
commit
9d207bbbe6
1 changed files with 0 additions and 11 deletions
11
main.js
11
main.js
|
@ -1,11 +0,0 @@
|
||||||
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