directly watching a ref const selected = ref(props.selected) watch(selected, (selection, prevSelection) => { /* ... */ })
確定! 回上一頁