<!-- 草稿箱 --> <script lang="ts" setup name="draftBox"> import listPage from './listPage.vue' </script> <template> <list-page name="草稿箱" /> </template>