<script> import { ref, watch, onUnmounted } from "vue" export default { name: ... 轮播const timer = ref(null) const TimeFn = () => { clearInterval(timer) ...
確定! 回上一頁