push doc
This commit is contained in:
37
docs/.vuepress/.temp/pages/base/index.html.js
Normal file
37
docs/.vuepress/.temp/pages/base/index.html.js
Normal file
@@ -0,0 +1,37 @@
|
||||
export const data = {
|
||||
"key": "v-1455d425",
|
||||
"path": "/base/",
|
||||
"title": "前言",
|
||||
"lang": "zh-CN",
|
||||
"frontmatter": {},
|
||||
"excerpt": "",
|
||||
"headers": [
|
||||
{
|
||||
"level": 2,
|
||||
"title": "为什么需要打包工具?",
|
||||
"slug": "为什么需要打包工具",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"title": "有哪些打包工具?",
|
||||
"slug": "有哪些打包工具",
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"git": {},
|
||||
"filePathRelative": "base/README.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