import { ref } from 'vue' const count = ref(0). ref() takes the argument and returns it wrapped within a ref object with a .value property: js
確定! 回上一頁