mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
45 lines
879 B
JavaScript
45 lines
879 B
JavaScript
export const data = {
|
|
"key": "v-3c32c2ca",
|
|
"path": "/guide/assets.html",
|
|
"title": "Assets",
|
|
"frontmatter": {},
|
|
"excerpt": "",
|
|
"headers": [
|
|
{
|
|
"level": 2,
|
|
"title": "Relative URLs",
|
|
"slug": "relative-urls",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "Public Files",
|
|
"slug": "public-files",
|
|
"children": [
|
|
{
|
|
"level": 3,
|
|
"title": "Base Helper",
|
|
"slug": "base-helper",
|
|
"children": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "Packages and Path Aliases",
|
|
"slug": "packages-and-path-aliases",
|
|
"children": []
|
|
}
|
|
],
|
|
"filePathRelative": "guide/assets.md",
|
|
"git": {
|
|
"updatedTime": null,
|
|
"contributors": []
|
|
}
|
|
}
|
|
|
|
if (import.meta.webpackHot) {
|
|
import.meta.webpackHot.accept()
|
|
__VUE_HMR_RUNTIME__.updatePageData(data)
|
|
}
|