[Lint] Simple lint
This commit is contained in:
@@ -17,5 +17,5 @@ new Vue({
|
|||||||
router,
|
router,
|
||||||
store,
|
store,
|
||||||
render: (h) => h(App),
|
render: (h) => h(App),
|
||||||
mounted: () => document.dispatchEvent(new Event("x-app-rendered")),
|
mounted: () => document.dispatchEvent(new Event('x-app-rendered'))
|
||||||
}).$mount('#app');
|
}).$mount('#app');
|
||||||
|
|||||||
Reference in New Issue
Block a user