2👍
✅
You need to move the input inside the demo div because this is the mounted point ,
and with v-model
just use quotes <input type="text" v-model="selected">
Source:stackexchange.com