| 12345678910111213141516 |
- import comp from "E:/project/2025/Tappo/website/docs/.vuepress/.temp/pages/api/index.html.vue"
- const data = JSON.parse("{\"path\":\"/api/\",\"title\":\"API 概述\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"git\":{},\"filePathRelative\":\"api/README.md\"}")
- 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)
- })
- }
|