\r\n\u003C/template>\r\n\r\n\u003Cstyle lang=\"scss\">\r\n\r\n\u003C/style>\r\n```\r\n\n\n### Describe the solution you'd like\n\nCurrently, only when rendering Markdown or HTML directly can the `content` parameter be passed to load page content as needed. I hope that when using local files as build data and needing Vue components to render pages, data can also be loaded according to page parameters as needed.\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[],3269,"Can local file data be loaded on demand based on the page?","2023-12-14T00:04:41Z","https://github.com/vuejs/vitepress/issues/3269",0.76071626,{"description":2935,"labels":2936,"number":2940,"owner":2863,"repository":2864,"state":2921,"title":2941,"updated_at":2942,"url":2943,"score":2944},"### Describe the bug\n\n例如:引入import AceEditor from '@/components/aceEditor/index.vue'这个组件页面热更新失效,去掉则正常\r\n\r\n\n\n### Reproduction\n\n略\n\n### Expected behavior\n\n期待引入子组件后页面热更新也正常\n\n### System Info\n\n```shell\n略\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2937],{"name":2938,"color":2939},"need more info","bdbefc",1481,"vue3+vite 页面引入子组件后热更新失效,去掉该子组件后页面热更新正常","2023-01-21T14:20:44Z","https://github.com/vuejs/vitepress/issues/1481",0.7618015,{"description":2946,"labels":2947,"number":2949,"owner":2863,"repository":2864,"state":2921,"title":2950,"updated_at":2951,"url":2952,"score":2953},"### Is your feature request related to a problem? Please describe.\r\n\r\nCurrently only emojis are supported in the features section in home layout, which is already great, but there are a lot of cases where a custom image would be a better fit.\r\n\r\nOpen discussion\r\nhttps://github.com/vuejs/vitepress/discussions/1589#discussioncomment-4415494\r\n\r\n### Describe the solution you'd like\r\n\r\n```\r\n features:\r\n - icon: [LINK TO SVG IMAGE]\r\n title: my title\r\n details: my details\r\n link: https://github.com/vuejs/vitepress\r\n linkText: Let's jump right in\r\n```\r\n\r\n### Describe alternatives you've considered\r\n\r\n_No response_\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\r\n- [X] Read the [docs](https://vitepress.vuejs.org).\r\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\r\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[2948],{"name":2877,"color":2878},1702,"Support svg images in the features section in home layout","2023-01-21T14:17:01Z","https://github.com/vuejs/vitepress/issues/1702",0.77118963,{"description":2955,"labels":2956,"number":2958,"owner":2863,"repository":2864,"state":2921,"title":2959,"updated_at":2960,"url":2961,"score":2962},"### Describe the bug\n\nTrying to upgrade a pre-alpha VitePress documentation to latest alpha, build fails. Issue seems related to `@vueuse/core` but I'm unsure what's the actual issue.\r\n\r\n```\r\n➜ nr docs:build\r\n\r\n> @preset/monorepo@ docs:build /Users/enzoinnocenzi/Code/projects/preset/preset\r\n> vitepress build docs\r\n\r\nvitepress v1.0.0-alpha.36\r\n✓ building client + server bundles...\r\nbuild error:\r\n file:///Users/enzoinnocenzi/Code/projects/preset/preset/node_modules/@vueuse/shared/index.mjs:1\r\nimport { shallowRef, watchEffect, readonly, unref, ref, isVue3, version, watch, customRef, getCurrentScope, onScopeDispose, effectScope, provide, inject, isRef, computed, reactive, toRefs as toRefs$1, toRef, isVue2, set as set$1, getCurrentInstance, onBeforeMount, nextTick, onBeforeUnmount, onMounted, onUnmounted, isReactive } from 'vue-demi';\r\n ^^^^^^^^\r\nSyntaxError: Named export 'computed' not found. The requested module 'vue-demi' is a CommonJS module, which may not support all module.exports as named exports.\r\nCommonJS modules can always be imported via the default export, for example using:\r\n\r\nimport pkg from 'vue-demi';\r\nconst { shallowRef, watchEffect, readonly, unref, ref, isVue3, version, watch, customRef, getCurrentScope, onScopeDispose, effectScope, provide, inject, isRef, computed, reactive, toRefs: toRefs$1, toRef, isVue2, set: set$1, getCurrentInstance, onBeforeMount, nextTick, onBeforeUnmount, onMounted, onUnmounted, isReactive } = pkg;\r\n\r\n at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21)\r\n at async ModuleJob.run (node:internal/modules/esm/module_job:190:5)\r\n ELIFECYCLE Command failed with exit code 1.\r\n```\r\n\r\nNote that the development server works as expected, only the build fails.\n\n### Reproduction\n\nSee the following repository: https://github.com/preset/preset\r\nClone it, install dependencies using `pnpm` and build the docs using `pnpm run docs:build`.\n\n### Expected behavior\n\nThe build should work.\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 13.1\r\n CPU: (10) arm64 Apple M1 Pro\r\n Memory: 276.63 MB / 16.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 19.2.0 - /opt/homebrew/bin/node\r\n Yarn: 1.22.18 - /opt/homebrew/bin/yarn\r\n npm: 8.19.3 - /opt/homebrew/bin/npm\r\n Browsers:\r\n Chrome: 108.0.5359.124\r\n Firefox: 108.0.2\r\n Safari: 16.2\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.36 => 1.0.0-alpha.36\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2957],{"name":2874,"color":2875},1791,"Build fails using 1.0.0-alpha.36","2023-01-21T14:16:42Z","https://github.com/vuejs/vitepress/issues/1791",0.7751536,["Reactive",2964],{},["Set"],["ShallowReactive",2967],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fhy_Ei2Plx8djRqPBDPpJ8W6akrURDrDToitS5DWHNCo":-1},"/vuejs/vitepress/1513"]