mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-12 05:39:03 +08:00
15 lines
346 B
JavaScript
15 lines
346 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-32cfa4fe",
|
|
path: "/zh/reference/plugin/medium-zoom.html",
|
|
component: Vuepress,
|
|
meta: { title: "medium-zoom" },
|
|
},
|
|
{
|
|
path: "/zh/reference/plugin/medium-zoom.md",
|
|
redirect: "/zh/reference/plugin/medium-zoom.html",
|
|
},
|
|
]
|