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
the observable s does not get updated and in the Blink console I get the error (at vue.js:584):
[Vue warn]: Property or method "value" is not defined on the instance but referenced
during render. Make sure that this property is active either in the data option, or for
class-based components, by initializing the property. See
https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
(found in <Root>)
The text was updated successfully, but these errors were encountered:
The following works:
and
s
gets updated correctly as I type. However if I put it into another vue:the observable
s
does not get updated and in the Blink console I get the error (atvue.js:584
):The text was updated successfully, but these errors were encountered: