Delete main.js

This commit is contained in:
Steffen 2020-04-03 19:51:10 +02:00 committed by GitHub
parent bdd1fc1dba
commit 9d207bbbe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

11
main.js
View File

@ -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 }
})