We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7603eb7 commit 170750fCopy full SHA for 170750f
examples/src/router/locale/en.router.config.js
@@ -243,7 +243,7 @@ const config = [
243
component: () =>
244
import("@/docs/en/ve-table/virtual-scroll/main.vue"),
245
name: "Virtual Scroll",
246
- meta: { keepAlive: true }
+ meta: { keepAlive: false }
247
},
248
{
249
path: "event-custom",
examples/src/router/locale/zh.router.config.js
@@ -235,7 +235,7 @@ const config = [
235
236
import("@/docs/zh/ve-table/virtual-scroll/main.vue"),
237
name: "虚拟滚动",
238
239
240
241
0 commit comments