mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-18 10:49:18 +08:00
15 lines
323 B
JavaScript
15 lines
323 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-5ca60897",
|
|
path: "/zh/reference/components.html",
|
|
component: Vuepress,
|
|
meta: { title: "内置组件" },
|
|
},
|
|
{
|
|
path: "/zh/reference/components.md",
|
|
redirect: "/zh/reference/components.html",
|
|
},
|
|
]
|