Commit a70341d5 authored by Matthew Pietz's avatar Matthew Pietz Committed by Evan You

Keep App component isolated from Root component (#151)

This will fix the Webpack hot-reload `"Root or manually mounted instance modified. Full reload required."` warning that gets thrown when you update `App.vue`.
parent b2231967
...@@ -20,7 +20,7 @@ Object.keys(filters).forEach(key => { ...@@ -20,7 +20,7 @@ Object.keys(filters).forEach(key => {
const app = new Vue({ const app = new Vue({
router, router,
store, store,
...App render: h => h(App)
}) })
// expose the app, the router and the store. // expose the app, the router and the store.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment