Skip to content

Commit 170750f

Browse files
author
huangshuwei
committed
refine doc
1 parent 7603eb7 commit 170750f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/src/router/locale/en.router.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ const config = [
243243
component: () =>
244244
import("@/docs/en/ve-table/virtual-scroll/main.vue"),
245245
name: "Virtual Scroll",
246-
meta: { keepAlive: true }
246+
meta: { keepAlive: false }
247247
},
248248
{
249249
path: "event-custom",

examples/src/router/locale/zh.router.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const config = [
235235
component: () =>
236236
import("@/docs/zh/ve-table/virtual-scroll/main.vue"),
237237
name: "虚拟滚动",
238-
meta: { keepAlive: true }
238+
meta: { keepAlive: false }
239239
},
240240
{
241241
path: "event-custom",

0 commit comments

Comments
 (0)