Closed
Description
I was going through the documentations and found an error in the documentations.
In the "Typing Component Template Refs" section of "TS with composition API", there is a first code snippet below the description of "Typing Component Template Refs". In this code snippet when we are passing the ref in the component there is a typo error in the name of the ref.
We have declared the ref as "compRef " and passed the ref as "comp". This needs to be fixed to ref="compRef".
current:
expected:
Metadata
Metadata
Assignees
Labels
No labels