test02/docs/.vuepress/.temp/pages/posts/王德法.html.js
罗佳鸿 a38b0f086b
Some checks failed
continuous-integration/drone/push Build is passing
部署文档 / deploy-gh-pages (push) Has been cancelled
continuous-integration/drone Build is passing
提交测试文档
2024-08-19 08:51:25 +08:00

17 lines
1.1 KiB
JavaScript

import comp from "D:/vuePressWorkSpace/test02/docs/.vuepress/.temp/pages/posts/王德法.html.vue"
const data = JSON.parse("{\"path\":\"/posts/%E7%8E%8B%E5%BE%B7%E6%B3%95.html\",\"title\":\"这是一个测试文件\",\"lang\":\"en-US\",\"frontmatter\":{\"date\":\"2022-01-12T00:00:00.000Z\",\"category\":[\"网的法案\",\"发顺丰\"],\"tag\":[\"tag C\",\"tag D\"]},\"headers\":[{\"level\":2,\"title\":\"Heading 2\",\"slug\":\"heading-2\",\"link\":\"#heading-2\",\"children\":[{\"level\":3,\"title\":\"Heading 3\",\"slug\":\"heading-3\",\"link\":\"#heading-3\",\"children\":[]}]}],\"git\":{\"updatedTime\":null,\"contributors\":[]},\"filePathRelative\":\"posts/王德法.md\",\"excerpt\":\"\\n<h2>Heading 2</h2>\\n<p>这是星期一</p>\\n<h3>Heading 3</h3>\\n<p>明天星期二</p>\\n\"}")
export { comp, data }
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)
})
}