push doc
This commit is contained in:
43
docs/.vuepress/.temp/pages/base/9.html.js
Normal file
43
docs/.vuepress/.temp/pages/base/9.html.js
Normal file
@@ -0,0 +1,43 @@
|
||||
export const data = {
|
||||
"key": "v-72eae0a5",
|
||||
"path": "/base/9.html",
|
||||
"title": "修改输出资源的名称和路径",
|
||||
"lang": "zh-CN",
|
||||
"frontmatter": {},
|
||||
"excerpt": "",
|
||||
"headers": [
|
||||
{
|
||||
"level": 2,
|
||||
"title": "1. 配置",
|
||||
"slug": "_1-配置",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"title": "2. 修改 index.html",
|
||||
"slug": "_2-修改-index-html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"title": "3. 运行指令",
|
||||
"slug": "_3-运行指令",
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"git": {},
|
||||
"filePathRelative": "base/9.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