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
After initialized, the test's prop is set to false, not the specified value true, who initialized in data(). I find that the compiler set the boolean value to false as default before initializing the default data).
The text was updated successfully, but these errors were encountered:
Example:
After initialized, the
test
'sprop
is set tofalse
, not the specified valuetrue
, who initialized indata()
. I find that the compiler set the boolean value tofalse
as default before initializing the default data).The text was updated successfully, but these errors were encountered: