0👍
I think you need to change your data
to this:
data() {
return { fruit: '' }
}
- [Vuejs]-Use VueJs local file instead of importing it
- [Vuejs]-Why is audio tag not working after refresh page
Source:stackexchange.com
0👍
I think you need to change your data
to this:
data() {
return { fruit: '' }
}