[Lint] Simple lint

This commit is contained in:
hyperbola 2021-01-19 19:34:58 +08:00
parent c87c9e059c
commit 7c4996d5da
No known key found for this signature in database
GPG Key ID: D987B1D59478B51F
2 changed files with 2 additions and 2 deletions

View File

@ -34,4 +34,4 @@
"vue-cli-plugin-prerender-spa": "~1.1.6",
"vue-template-compiler": "^2.6.11"
}
}
}

View File

@ -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');