From 7c4996d5da861205d61155b2122404f1fb7e171a Mon Sep 17 00:00:00 2001 From: hyperbola Date: Tue, 19 Jan 2021 19:34:58 +0800 Subject: [PATCH] [Lint] Simple lint --- package.json | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 34cef88..5d4011d 100644 --- a/package.json +++ b/package.json @@ -34,4 +34,4 @@ "vue-cli-plugin-prerender-spa": "~1.1.6", "vue-template-compiler": "^2.6.11" } -} \ No newline at end of file +} diff --git a/src/main.ts b/src/main.ts index 187f891..4acbea8 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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');