文章加密

;

2021年8月31日 星期二

component v-model

 https://v3.vuejs.org/guide/migration/v-model.html#migration-strategy

<myComponent v-model:value="parentVariable">  // value是prop name

可以簡寫成 <myComponent v-model="parentVariable"> 


在child component裡用this.$emit("input", <data>)

沒有留言:

張貼留言