mirror of
https://github.com/wahyd4/badger.git
synced 2026-08-09 05:15:58 +10:00
Try to fix the issue of ga not loaded
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user