push doc
This commit is contained in:
100
docs/.vuepress/.temp/pages/senior/reduceVolume.html.js
Normal file
100
docs/.vuepress/.temp/pages/senior/reduceVolume.html.js
Normal file
@@ -0,0 +1,100 @@
|
||||
export const data = {
|
||||
"key": "v-5460e2da",
|
||||
"path": "/senior/reduceVolume.html",
|
||||
"title": "减少代码体积",
|
||||
"lang": "zh-CN",
|
||||
"frontmatter": {},
|
||||
"excerpt": "",
|
||||
"headers": [
|
||||
{
|
||||
"level": 2,
|
||||
"title": "Tree Shaking",
|
||||
"slug": "tree-shaking",
|
||||
"children": [
|
||||
{
|
||||
"level": 3,
|
||||
"title": "为什么",
|
||||
"slug": "为什么",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"title": "是什么",
|
||||
"slug": "是什么",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"title": "怎么用",
|
||||
"slug": "怎么用",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"title": "Babel",
|
||||
"slug": "babel",
|
||||
"children": [
|
||||
{
|
||||
"level": 3,
|
||||
"title": "为什么",
|
||||
"slug": "为什么-1",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"title": "是什么",
|
||||
"slug": "是什么-1",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"title": "怎么用",
|
||||
"slug": "怎么用-1",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"title": "Image Minimizer",
|
||||
"slug": "image-minimizer",
|
||||
"children": [
|
||||
{
|
||||
"level": 3,
|
||||
"title": "为什么",
|
||||
"slug": "为什么-2",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"title": "是什么",
|
||||
"slug": "是什么-2",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"title": "怎么用",
|
||||
"slug": "怎么用-2",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"git": {},
|
||||
"filePathRelative": "senior/reduceVolume.md"
|
||||
}
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updatePageData) {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ data }) => {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user