表格优化
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
<router-view v-slot='{ Component }'>
|
||||
<transition :name='config.layout.mainAnimation' mode='out-in'>
|
||||
<keep-alive :include='state.keepAliveComponentNameList'>
|
||||
<div class='default-main'>
|
||||
<component :is='Component' :key='state.componentKey' />
|
||||
</div>
|
||||
<component :is='Component' :key='state.componentKey' />
|
||||
</keep-alive>
|
||||
</transition>
|
||||
</router-view>
|
||||
|
||||
Reference in New Issue
Block a user