import { ref, computed } from "vue"; export default { setup() { const capacity = ref(4); const attending = ref(["Tim", "Bob", "Joe"]);.
確定! 回上一頁