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