File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
views/component_built_in_example Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,7 @@ const enableAppSetting = import.meta.env.VITE_APP_SETTING
111111 <RouterView v-slot =" { Component, route }" >
112112 <Transition :name =" !settingsStore.isReloading ? 'slide-right' : ''" mode =" out-in" >
113113 <KeepAlive :include =" keepAliveStore.list" >
114- <Suspense >
115- <component :is =" Component" v-show =" !isLink" :key =" route.fullPath" />
116- </Suspense >
114+ <component :is =" Component" v-show =" !isLink" :key =" route.fullPath" />
117115 </KeepAlive >
118116 </Transition >
119117 </RouterView >
Original file line number Diff line number Diff line change 2929 <FaButton disabled >
3030 按钮
3131 </FaButton >
32+ <FaButton loading >
33+ 按钮
34+ </FaButton >
3235 </div >
3336 </FaPageMain >
3437 </div >
You can’t perform that action at this time.
0 commit comments