mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 00:56:10 +08:00
27 lines
499 B
JavaScript
27 lines
499 B
JavaScript
export const data = {
|
|
"key": "v-3706649a",
|
|
"path": "/404.html",
|
|
"title": "",
|
|
"lang": "en-US",
|
|
"frontmatter": {
|
|
"layout": "404"
|
|
},
|
|
"excerpt": "",
|
|
"headers": [],
|
|
"git": {},
|
|
"filePathRelative": null
|
|
}
|
|
|
|
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)
|
|
})
|
|
}
|