... { value(value) { console.log('父層改變了v-model的值', value); this.myValue = value; } }, methods: { updateValue: function (value) { this.
確定! 回上一頁