[Lint] Simple lint
This commit is contained in:
parent
c87c9e059c
commit
7c4996d5da
@ -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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user