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

126 lines
2.6 KiB
JavaScript

export const data = {
"key": "v-5e9d516d",
"path": "/zh/reference/plugin-api.html",
"title": "插件 API",
"frontmatter": {},
"excerpt": "",
"headers": [
{
"level": 2,
"title": "基础配置项",
"slug": "基础配置项",
"children": [
{
"level": 3,
"title": "name",
"slug": "name",
"children": []
},
{
"level": 3,
"title": "multiple",
"slug": "multiple",
"children": []
},
{
"level": 3,
"title": "plugins",
"slug": "plugins",
"children": []
}
]
},
{
"level": 2,
"title": "开发 Hooks",
"slug": "开发-hooks",
"children": [
{
"level": 3,
"title": "alias",
"slug": "alias",
"children": []
},
{
"level": 3,
"title": "define",
"slug": "define",
"children": []
},
{
"level": 3,
"title": "extendsMarkdown",
"slug": "extendsmarkdown",
"children": []
},
{
"level": 3,
"title": "extendsPageData",
"slug": "extendspagedata",
"children": []
}
]
},
{
"level": 2,
"title": "客户端文件 Hooks",
"slug": "客户端文件-hooks",
"children": [
{
"level": 3,
"title": "clientAppEnhanceFiles",
"slug": "clientappenhancefiles",
"children": []
},
{
"level": 3,
"title": "clientAppRootComponentFiles",
"slug": "clientapprootcomponentfiles",
"children": []
},
{
"level": 3,
"title": "clientAppSetupFiles",
"slug": "clientappsetupfiles",
"children": []
}
]
},
{
"level": 2,
"title": "生命周期 Hooks",
"slug": "生命周期-hooks",
"children": [
{
"level": 3,
"title": "onInitialized",
"slug": "oninitialized",
"children": []
},
{
"level": 3,
"title": "onPrepared",
"slug": "onprepared",
"children": []
},
{
"level": 3,
"title": "onGenerated",
"slug": "ongenerated",
"children": []
}
]
}
],
"filePathRelative": "zh/reference/plugin-api.md",
"git": {
"updatedTime": null,
"contributors": []
}
}
if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
__VUE_HMR_RUNTIME__.updatePageData(data)
}