0👍
I just forgot to declare rsvp in data()
.
data() {
return {
rsvp: {},
}
},
- [Vuejs]-Unable to add custom color in vuetify project
- [Vuejs]-What's the appropriate way to replace my wrong design?
Source:stackexchange.com
0👍
I just forgot to declare rsvp in data()
.
data() {
return {
rsvp: {},
}
},