... export const useStore = defineStore('main', () => { const first = ref<string>(); const last = ref<string>(); return { first, last }; }); <!-- App.vue ...
確定! 回上一頁