... <script setup> // $emits使用defineEmits 来代替了import {defineEmits} from 'vue' const emits = defineEmits(["onSubmit", "onExport"]); ...
確定! 回上一頁