0👍
You need to declare horse_name
in data:
data() {
return {
sireDetailsData: [],
horse_show_name_prop:,
horse_name: '', // Add horse_name here
}
},
- [Vuejs]-Vue chartjs no strikethrough on legend click
- [Vuejs]-VueJS, Typescript and VSCode – "Relative import paths need explicit file extensions in EcmaScript imports…"
Source:stackexchange.com