-1👍
You need to change @input
by v-on:keyup
. input binding just change the value inside but it doesn’t make web app recognize that it need to re-render.
Source:stackexchange.com
-1👍
You need to change @input
by v-on:keyup
. input binding just change the value inside but it doesn’t make web app recognize that it need to re-render.