Skip to content

Instantly share code, notes, and snippets.

@tygerbytes
Created December 11, 2018 19:21
Embed
What would you like to do?
computed: {
// Do this
missingRaceTime() {
return this.submitted && this.fiveKmRaceTime === '';
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment