I have a child component that contains v-tooltip. The parent component changes one of the props of the child component and depending on the value I want to change the text of v-tooltip. Now it can't
Code: v-tooltip.top="getTooltip()"
The prop is successfuly changed, so there is no a problem there.
I have a child component that contains v-tooltip. The parent component changes one of the props of the child component and depending on the value I want to change the text of v-tooltip. Now it can't
Code:
v-tooltip.top="getTooltip()"
The prop is successfuly changed, so there is no a problem there.