mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
chore(cli): auto wrap demo-section
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<div>
|
||||
<demo-nav />
|
||||
<router-view v-slot="{ Component }">
|
||||
<keep-alive>
|
||||
<demo-nav />
|
||||
<router-view v-slot="{ Component }">
|
||||
<keep-alive>
|
||||
<demo-section>
|
||||
<component :is="Component" />
|
||||
</keep-alive>
|
||||
</router-view>
|
||||
</div>
|
||||
</demo-section>
|
||||
</keep-alive>
|
||||
</router-view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user