Skip to content

Commit 9df3b9d

Browse files
author
Alan Smith
committed
Tweak for finished events
1 parent e424689 commit 9df3b9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/sections/Event/Event.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ export default {
9595
},
9696
},
9797

98+
watch: {
99+
hasEventPassed() {
100+
this.isReady = true;
101+
},
102+
},
103+
98104
mounted() {
99105
if (this.hasEventPassed) this.isReady = true;
100106
},

0 commit comments

Comments
 (0)