Try to fix the issue of ga not loaded

This commit is contained in:
2020-08-30 00:04:35 +10:00
parent b02356a2b9
commit 89d8552603
+1 -1
View File
@@ -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`