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