0👍
First of all, are you defining the year
prop:
<TDsByYear year='y2003'></TDsByYear>
…inside your vue component like this?
exports = {
props: ['year'],
data() {
return { . . . }
}
.
.
.
}
- [Vuejs]-How do i enable Text field on activating the switch?
- [Vuejs]-How to solve Unknown custom element problem?
Source:stackexchange.com