mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-31 13:09:17 +08:00
15 lines
293 B
JavaScript
15 lines
293 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-9043126a",
|
|
path: "/zh/guide/plugin.html",
|
|
component: Vuepress,
|
|
meta: { title: "插件" },
|
|
},
|
|
{
|
|
path: "/zh/guide/plugin.md",
|
|
redirect: "/zh/guide/plugin.html",
|
|
},
|
|
]
|