In our example, we will use the ref function to declare the reactive object. import { ref } from "vue"; export default { setup() { const count = ...
確定! 回上一頁