mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
fix(cli): demo keep-alive not work (#11436)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user