<script lang="ts"> import { defineComponent } from 'vue'; export default defineComponent({ name: 'App', }); </script> <template> ...
確定! 回上一頁