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