0👍
Bind the HeaderTitle
on the component, aswell as passing the legend
prop.
<Fieldset
:legend="whatever.title"
:HeaderTitle="whatever.title" // if you still need it
:toggleable="true"
:collapsed="true"
@click="initalMethod"
>
- [Vuejs]-'Cannot read property 'set' of undefined' Error For 'this.$cookies.set'
- [Vuejs]-Add a loader everytime computed method is called Vuejs
Source:stackexchange.com