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
Oh ok, thought you are referring to a property instead of $data. Yeah the caveat here is that v-if creates an anonymous wrapper instance around its content, it inherits all normal properties but its $data is an empty object. I'll probably rework that part later since the anonymous instance isn't ideal anyway.
This works as expected:
But if I introduce a
v-if
directive:I just get a empty object as the text.
The text was updated successfully, but these errors were encountered: