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 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
):