Vue中获取input输入框值的两种方式

390 阅读1分钟

使用ref获取input框的值

image.png

通过v-model双向绑定,获取。

image.png