feat: add Virtual List demo

This commit is contained in:
xiaoxian521
2022-05-19 01:16:08 +08:00
parent 6ea020c8d2
commit 348916e567
11 changed files with 434 additions and 2 deletions

View File

@@ -122,6 +122,14 @@ const ableRouter = {
meta: {
title: $t("menus.hsSwiper")
}
},
{
path: "/able/virtualList",
name: "reVirtualList",
component: () => import("/@/views/able/virtual-list/index.vue"),
meta: {
title: $t("menus.hsVirtualList")
}
}
]
};