Generalize dodid component

This commit is contained in:
Montana
2019-01-25 09:54:03 -05:00
parent b7c307c42f
commit 18a4293baf
2 changed files with 4 additions and 6 deletions

View File

@@ -12,14 +12,12 @@ const dodid = {
},
props: {
initialKoInvite: Boolean,
initialSoInvite: Boolean,
initialInvite: Boolean,
},
data: function() {
return {
ko_invite: this.initialKoInvite,
so_invite: this.initialSoInvite,
invite: this.initialInvite,
}
},
}