We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a72535 commit 6d142ddCopy full SHA for 6d142dd
client/src/App.vue client/src/Root.vueclient/src/App.vue renamed to client/src/Root.vue
client/src/main.js
@@ -1,5 +1,5 @@
1
import Vue from 'vue'
2
-import App from './App'
+import Root from './Root'
3
4
/**
5
* This is the Vuex store and it is
@@ -42,5 +42,5 @@ new Vue({
42
store, // injects the Store into all components
43
router, // make Router work with the application
44
el: '#app',
45
- render: h => h(App),
+ render: h => h(Root),
46
})
0 commit comments