If you're using the composition API that was introduced in Vue 3, you can make a variable reactive by using the ref method: const reactiveCount = ref(0); ...
確定! 回上一頁