import { defineEmits } from "vue" // 對應寫法一 const emit = defineEmits(["myClick","myClick2"]) // 對應寫法二 const handleClick = ()=>{
確定! 回上一頁