[Lint] Simple lint
This commit is contained in:
parent
c87c9e059c
commit
7c4996d5da
@ -34,4 +34,4 @@
|
||||
"vue-cli-plugin-prerender-spa": "~1.1.6",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -17,5 +17,5 @@ new Vue({
|
||||
router,
|
||||
store,
|
||||
render: (h) => h(App),
|
||||
mounted: () => document.dispatchEvent(new Event("x-app-rendered")),
|
||||
mounted: () => document.dispatchEvent(new Event('x-app-rendered'))
|
||||
}).$mount('#app');
|
||||
|
Loading…
x
Reference in New Issue
Block a user