diff --git a/web-cors/frontend/src/main.js b/web-cors/frontend/src/main.js index df1e4b7c..8b86123b 100644 --- a/web-cors/frontend/src/main.js +++ b/web-cors/frontend/src/main.js @@ -2,10 +2,5 @@ import Vue from 'vue' import App from './app' new Vue({ - el: '#app', render: h => h(App) -}) - -if (module.hot) { - module.hot.accept(); -} \ No newline at end of file +}).$mount('#app')