<script setup> import { ref } from 'vue' const name = ref('Joe') ... Anything (including helper functions) declared inside the script setup ...
確定! 回上一頁