移除初始的nuxt组件

This commit is contained in:
yuguo138
2023-02-24 17:00:30 +08:00
parent ab972ae8d2
commit 82c68c4200

View File

@@ -1,9 +1,10 @@
<script setup lang="ts">
const route = useRoute()
// const route = useRoute()
</script>
<template>
<NuxtExampleLayout example="routing/pages">
<NuxtPage />
<!-- <NuxtExampleLayout example="routing/pages">
<NuxtLoadingIndicator />
<NuxtPage />
@@ -35,5 +36,5 @@ const route = useRoute()
Current route: <code>{{ route.path }}</code>
</div>
</template>
</NuxtExampleLayout>
</NuxtExampleLayout> -->
</template>