This commit is contained in:
The Jared Wilcurt 2019-07-10 08:30:59 -04:00
parent 85e3b737de
commit 58d2b0a632

View File

@ -3,7 +3,7 @@ import App from './App.vue';
Vue.config.productionTip = false;
// eslint-ignore-next-line no-unused-vars
// eslint-disable-next-line no-unused-vars
const app = new Vue({
render: function (hyperscript) {
return hyperscript(App);