mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
82 lines
1.7 KiB
JavaScript
82 lines
1.7 KiB
JavaScript
export const data = {
|
|
"key": "v-0978b044",
|
|
"path": "/guide/markdown.html",
|
|
"title": "Markdown",
|
|
"frontmatter": {},
|
|
"excerpt": "",
|
|
"headers": [
|
|
{
|
|
"level": 2,
|
|
"title": "Syntax Extensions",
|
|
"slug": "syntax-extensions",
|
|
"children": [
|
|
{
|
|
"level": 3,
|
|
"title": "Embedded",
|
|
"slug": "embedded",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "Header Anchors",
|
|
"slug": "header-anchors",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "Links",
|
|
"slug": "links",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "Emoji 🎉",
|
|
"slug": "emoji",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "Table of Contents",
|
|
"slug": "table-of-contents",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "Code Blocks",
|
|
"slug": "code-blocks",
|
|
"children": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "Using Vue in Markdown",
|
|
"slug": "using-vue-in-markdown",
|
|
"children": [
|
|
{
|
|
"level": 3,
|
|
"title": "Template Syntax",
|
|
"slug": "template-syntax",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "Components",
|
|
"slug": "components",
|
|
"children": []
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"filePathRelative": "guide/markdown.md",
|
|
"git": {
|
|
"updatedTime": null,
|
|
"contributors": []
|
|
}
|
|
}
|
|
|
|
if (import.meta.webpackHot) {
|
|
import.meta.webpackHot.accept()
|
|
__VUE_HMR_RUNTIME__.updatePageData(data)
|
|
}
|