123456789101112131415161718192021 |
- <script setup lang="ts">
- defineOptions({
- name: '{{ properCase componentName }}',
- })
- definePage({
- meta: {
- title: '新建页面',
- },
- })
- </script>
- <template>
- <PageLayout navbar>
-
- </PageLayout>
- </template>
- <style scoped>
- </style>
|