0👍
Didi you tried adding a default value to the href prop ?
props: {
href: {
type: String,
default: '#',
},
},
- [Vuejs]-What is the best way to build an api for huge list and retrieve it via vuejs
- [Vuejs]-Imported component and console message
Source:stackexchange.com