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
One warning: Avoid using variables that start with _ or $ in setup().
(Like in Vue 3)
What is actually happening?
Two warnings:
Avoid using variables that start with _ or $ in setup().
Property or method "_a" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property.
I think the second warning may be redundant.
The text was updated successfully, but these errors were encountered:
Version
2.7.0-beta.8
Reproduction link
codesandbox.io
Steps to reproduce
See console output
What is expected?
One warning:
Avoid using variables that start with _ or $ in setup().
(Like in Vue 3)
What is actually happening?
Two warnings:
Avoid using variables that start with _ or $ in setup().
Property or method "_a" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property.
I think the second warning may be redundant.
The text was updated successfully, but these errors were encountered: