0👍
v-model
doesn’t work with div
. But you can apply it to a component.
You can check it here https://v2.vuejs.org/v2/api/#v-model
Limited to:
<input> <select> <textarea> components
Source:stackexchange.com
0👍
v-model
doesn’t work with div
. But you can apply it to a component.
You can check it here https://v2.vuejs.org/v2/api/#v-model
Limited to:
<input> <select> <textarea> components