使用emit. <script setup> import { defineEmits } from 'vue' const emit = defineEmits(['update:page']) </script> ...
確定! 回上一頁