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