We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<Suspense>
1 parent 52c1bb4 commit 1bce49cCopy full SHA for 1bce49c
src/layouts/index.vue
@@ -111,9 +111,7 @@ const enableAppSetting = import.meta.env.VITE_APP_SETTING
111
<RouterView v-slot="{ Component, route }">
112
<Transition :name="!settingsStore.isReloading ? 'slide-right' : ''" mode="out-in">
113
<KeepAlive :include="keepAliveStore.list">
114
- <Suspense>
115
- <component :is="Component" v-show="!isLink" :key="route.fullPath" />
116
- </Suspense>
+ <component :is="Component" v-show="!isLink" :key="route.fullPath" />
117
</KeepAlive>
118
</Transition>
119
</RouterView>
0 commit comments