mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-06-01 05:46:46 +08:00
15 lines
322 B
JavaScript
15 lines
322 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-b9371a54",
|
|
path: "/zh/reference/plugin/debug.html",
|
|
component: Vuepress,
|
|
meta: { title: "debug" },
|
|
},
|
|
{
|
|
path: "/zh/reference/plugin/debug.md",
|
|
redirect: "/zh/reference/plugin/debug.html",
|
|
},
|
|
]
|