Subscribe on changes!

Props not updated without v-model

avatar
Oct 12th 2020

Version

3.0.0

Reproduction link

https://codepen.io/kerigard/pen/dyXogvL

Steps to reproduce

The value does not change when the update button is pressed

What is expected?

value changes

What is actually happening?

value not changes

avatar
Oct 12th 2020

This is expected, the getter keeps returning undefined since there is no v-model and the prop is never modified