mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-29 01:33:02 +08:00
移除初始的nuxt组件
This commit is contained in:
7
app.vue
7
app.vue
@@ -1,9 +1,10 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
const route = useRoute()
|
// const route = useRoute()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<NuxtExampleLayout example="routing/pages">
|
<NuxtPage />
|
||||||
|
<!-- <NuxtExampleLayout example="routing/pages">
|
||||||
<NuxtLoadingIndicator />
|
<NuxtLoadingIndicator />
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
|
|
||||||
@@ -35,5 +36,5 @@ const route = useRoute()
|
|||||||
Current route: <code>{{ route.path }}</code>
|
Current route: <code>{{ route.path }}</code>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</NuxtExampleLayout>
|
</NuxtExampleLayout> -->
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user