vue3 v-model

64 阅读1分钟

去掉了.sync,使用v-model:title="pageTitle",组件可以使用多个v-model

image.png

组件使用v-model,3.4之前

image.png