mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(cli): demo keep-alive not work (#11436)
This commit is contained in:
parent
1eea4fcd53
commit
670efb16f9
@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<demo-nav />
|
||||
<router-view v-slot="{ Component }">
|
||||
<keep-alive>
|
||||
<demo-section>
|
||||
<demo-section>
|
||||
<keep-alive>
|
||||
<component :is="Component" />
|
||||
</demo-section>
|
||||
</keep-alive>
|
||||
</keep-alive>
|
||||
</demo-section>
|
||||
</router-view>
|
||||
</template>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user