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

126 lines
2.6 KiB
JavaScript

export const data = {
"key": "v-51569e88",
"path": "/reference/plugin-api.html",
"title": "Plugin API",
"frontmatter": {},
"excerpt": "",
"headers": [
{
"level": 2,
"title": "Basic Options",
"slug": "basic-options",
"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": "Development Hooks",
"slug": "development-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": "Client Files Hooks",
"slug": "client-files-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": "Lifecycle Hooks",
"slug": "lifecycle-hooks",
"children": [
{
"level": 3,
"title": "onInitialized",
"slug": "oninitialized",
"children": []
},
{
"level": 3,
"title": "onPrepared",
"slug": "onprepared",
"children": []
},
{
"level": 3,
"title": "onGenerated",
"slug": "ongenerated",
"children": []
}
]
}
],
"filePathRelative": "reference/plugin-api.md",
"git": {
"updatedTime": null,
"contributors": []
}
}
if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
__VUE_HMR_RUNTIME__.updatePageData(data)
}