mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 20:24:18 -04:00
tmp
This commit is contained in:
parent
34f1696bb1
commit
ee639965ed
@ -63,9 +63,7 @@ export default Vue.extend({
|
|||||||
if (stats && stats.overall.users >= 1_000_000 && stats.overall.users < 1_005_000) {
|
if (stats && stats.overall.users >= 1_000_000 && stats.overall.users < 1_005_000) {
|
||||||
this.celebrate1M = true;
|
this.celebrate1M = true;
|
||||||
}
|
}
|
||||||
if (process.env.NODE_ENV == 'development' || process.env.NODE_ENV == 'test') {
|
this.celebrate1M = true;
|
||||||
this.celebrate1M = true;
|
|
||||||
}
|
|
||||||
await this.fireConfetti();
|
await this.fireConfetti();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user