mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-06-02 22:39:21 +08:00
15 lines
312 B
JavaScript
15 lines
312 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-51569e88",
|
|
path: "/reference/plugin-api.html",
|
|
component: Vuepress,
|
|
meta: { title: "Plugin API" },
|
|
},
|
|
{
|
|
path: "/reference/plugin-api.md",
|
|
redirect: "/reference/plugin-api.html",
|
|
},
|
|
]
|