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
<label:if="condition"><select@change="render"></select></label><script>render(){this.update({foo: 'bar'})// won't work, because inside the `createApp` for `:if`// the `Impl` is undefined but not the parent viewthis.foo='bar'// works}</script>
The ' countdown ' not updated, why ?
How do update automatically?
The text was updated successfully, but these errors were encountered: