<script setup> import {computed, ref} from 'vue' //選單const array = ref([ 1,2,'a',4,'b' ]) //已選擇const checked= ref([]) </script> ...
確定! 回上一頁