From 89d85526036ca476ed40f7732fa0c265db5ff01a Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sun, 30 Aug 2020 00:04:35 +1000 Subject: [PATCH] Try to fix the issue of ga not loaded --- www/layouts/default.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/layouts/default.vue b/www/layouts/default.vue index 200d403..83178e7 100644 --- a/www/layouts/default.vue +++ b/www/layouts/default.vue @@ -60,7 +60,7 @@ export default Vue.extend({ return this.$store.state.loading.loading; }, isProduction(): boolean { - return this.$config.env == "production"; + return this.$config.env === "production"; }, myBadge(): string { return `${this.$config.myBadge}/green.svg`