Refactor basic structure

This commit is contained in:
Jakub Juszczak
2016-07-03 12:36:38 +02:00
parent a428b51741
commit 3095684a37
19 changed files with 17 additions and 17 deletions

View File

@@ -1,8 +0,0 @@
import Vue from 'vue'
import App from './App'
/* eslint-disable no-new */
new Vue({
el: 'body',
components: { App }
})