feat: add el-table-infinite-scroll demo (#335)

This commit is contained in:
一万
2022-08-24 23:25:00 +08:00
committed by GitHub
parent 3056527701
commit fb2c016ebe
6 changed files with 95 additions and 20 deletions

View File

@@ -145,6 +145,14 @@ const ableRouter: RouteConfigsTable = {
meta: {
title: $t("menus.hsExecl")
}
},
{
path: "/able/infiniteScroll",
name: "InfiniteScroll",
component: () => import("/@/views/able/infinite-scroll.vue"),
meta: {
title: $t("menus.hsInfiniteScroll")
}
}
]
};