js const count = ref(0) console.log(count.value) // 0 count.value++ ... is accessed as an element of a reactive array or a native collection type like Map .
確定! 回上一頁