apps/cMiniApp/src/pages/task/task.vue
@@ -1,13 +1,13 @@ <template> <div>task</div> <PageLayoutWithBg class="task-page-wrapper" title="任务"> <InnerPage /> </PageLayoutWithBg> </template> <script setup lang="ts"> import InnerPage from './InnerPage.vue'; defineOptions({ name: 'task', }); </script> <style lang="scss"> @import '@/styles/common.scss'; </style>