mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
45 lines
896 B
JavaScript
45 lines
896 B
JavaScript
export const data = {
|
|
"key": "v-4f4ccb8f",
|
|
"path": "/guide/configuration.html",
|
|
"title": "Configuration",
|
|
"frontmatter": {},
|
|
"excerpt": "",
|
|
"headers": [
|
|
{
|
|
"level": 2,
|
|
"title": "Config File",
|
|
"slug": "config-file",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "Config Scopes",
|
|
"slug": "config-scopes",
|
|
"children": [
|
|
{
|
|
"level": 3,
|
|
"title": "Site Config",
|
|
"slug": "site-config",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "Theme Config",
|
|
"slug": "theme-config",
|
|
"children": []
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"filePathRelative": "guide/configuration.md",
|
|
"git": {
|
|
"updatedTime": null,
|
|
"contributors": []
|
|
}
|
|
}
|
|
|
|
if (import.meta.webpackHot) {
|
|
import.meta.webpackHot.accept()
|
|
__VUE_HMR_RUNTIME__.updatePageData(data)
|
|
}
|