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