You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way for me to use functions in a functional template.
While I can declare methods outside the scope of the functional-component definition and access it within the render method (Snippet 1), I cannot access it when I use a functional template (Snippet 2).
What problem does this feature solve?
There is no way for me to use functions in a functional template.
While I can declare methods outside the scope of the functional-component definition and access it within the render method (Snippet 1), I cannot access it when I use a functional template (Snippet 2).
Snippet 1:
Snippet 2: Doesn't work
What does the proposed API look like?
This is a change in Core, but was asked to remake this issue in vue-loader
The text was updated successfully, but these errors were encountered: