mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-28 09:31:33 +08:00
移除初始的nuxt组件
This commit is contained in:
7
app.vue
7
app.vue
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user