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