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