feat: add swiper (#261)

This commit is contained in:
一万
2022-05-05 16:27:06 +08:00
committed by GitHub
parent 685c955ecf
commit 8cbf1dd568
7 changed files with 177 additions and 0 deletions

View File

@@ -128,6 +128,15 @@ const ableRouter = {
title: $t("menus.hsCascader"),
i18n: true
}
},
{
path: "/able/swiper",
name: "reSwiper",
component: () => import("/@/views/able/swiper.vue"),
meta: {
title: $t("menus.hsSwiper"),
i18n: true
}
}
]
};