2021-01-19 21:13:13 +08:00

82 lines
1.6 KiB
JavaScript

export const data = {
"key": "v-6a0a3d62",
"path": "/zh/guide/markdown.html",
"title": "Markdown",
"frontmatter": {},
"excerpt": "",
"headers": [
{
"level": 2,
"title": "语法扩展",
"slug": "语法扩展",
"children": [
{
"level": 3,
"title": "内置",
"slug": "内置",
"children": []
},
{
"level": 3,
"title": "标题锚点",
"slug": "标题锚点",
"children": []
},
{
"level": 3,
"title": "链接",
"slug": "链接",
"children": []
},
{
"level": 3,
"title": "Emoji 🎉",
"slug": "emoji",
"children": []
},
{
"level": 3,
"title": "目录",
"slug": "目录",
"children": []
},
{
"level": 3,
"title": "代码块",
"slug": "代码块",
"children": []
}
]
},
{
"level": 2,
"title": "在 Markdown 中使用 Vue",
"slug": "在-markdown-中使用-vue",
"children": [
{
"level": 3,
"title": "模板语法",
"slug": "模板语法",
"children": []
},
{
"level": 3,
"title": "组件",
"slug": "组件",
"children": []
}
]
}
],
"filePathRelative": "zh/guide/markdown.md",
"git": {
"updatedTime": null,
"contributors": []
}
}
if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
__VUE_HMR_RUNTIME__.updatePageData(data)
}