mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
15 lines
340 B
JavaScript
15 lines
340 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-08e7dfb8",
|
|
path: "/zh/guide/advanced/markdown.html",
|
|
component: Vuepress,
|
|
meta: { title: "Markdown 与 Vue SFC" },
|
|
},
|
|
{
|
|
path: "/zh/guide/advanced/markdown.md",
|
|
redirect: "/zh/guide/advanced/markdown.html",
|
|
},
|
|
]
|