\r\n\u003C/VPTeamPage>\r\n\n\n### Expected behavior\n\nit suppose to change Sponsor word like this but didn't work\r\n\r\n\r\n\r\n\n\n### System Info\n\n```Text\nSystem\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2903],{"name":2904,"color":2905},"need more info","bdbefc",4124,"actionText prop on VPTeamMembers components doesn't works","2024-08-20T04:43:16Z","https://github.com/vuejs/vitepress/issues/4124",0.6943198,{"description":2912,"labels":2913,"number":2917,"owner":2872,"repository":2873,"state":2895,"title":2918,"updated_at":2919,"url":2920,"score":2921},"### Describe the bug\n\n\u003Cimg width=\"559\" alt=\"image\" src=\"https://user-images.githubusercontent.com/50388827/231996524-3bb1a93b-8a74-492f-a6d3-ca1e9e880e01.png\">\r\n\u003Cimg width=\"469\" alt=\"image\" src=\"https://user-images.githubusercontent.com/50388827/231997075-305a330e-34d2-473b-a67f-f438580ff1d8.png\">\r\n\n\n### Reproduction\n\nhttps://www.npmjs.com/package/vitepress?activeTab=code\n\n### Expected behavior\n\nfix dependence-missing problem\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 13.3.1\r\n CPU: (8) arm64 Apple M1 Pro\r\n Memory: 705.63 MB / 32.00 GB\r\n Shell: 3.2.57 - /bin/sh\r\n Binaries:\r\n Node: 18.14.2 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 9.5.0 - /usr/local/bin/npm\r\n Browsers:\r\n Safari: 16.4\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.65 => 1.0.0-alpha.65\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.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2914],{"name":2915,"color":2916},"bug: pending triage","e99695",2215,"npm pkg has no `localSearch` option & dependence `minisearch ` about localSearch","2023-04-22T00:04:16Z","https://github.com/vuejs/vitepress/issues/2215",0.700284,{"description":2923,"labels":2924,"number":2925,"owner":2872,"repository":2873,"state":2895,"title":2926,"updated_at":2927,"url":2928,"score":2929},"### Is your feature request related to a problem? Please describe.\n\n按照官网步骤执行:\r\nmkdir vitepress-starter && cd vitepress-starter\r\nnpm init\r\nyarn add -D vitepress vue\r\nmkdir docs && echo '# Hello VitePress' > docs/index.md\r\n\r\n然后配置\r\n{\r\n \"scripts\": {\r\n \"docs:dev\": \"vitepress dev docs\",\r\n \"docs:build\": \"vitepress build docs\",\r\n \"docs:preview\": \"vitepress preview docs\"\r\n },\r\n}\r\n执行\r\nnpm run docs:dev\r\n\r\n报错\r\n\r\n\r\n\n\n### Describe the solution you'd like\n\n我想要正常启动成功\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.vuejs.org).\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.",[],1945,"按照官网例子安装项目启动报错","2023-03-07T00:04:56Z","https://github.com/vuejs/vitepress/issues/1945",0.70217663,{"description":2931,"labels":2932,"number":2934,"owner":2872,"repository":2873,"state":2895,"title":2935,"updated_at":2936,"url":2937,"score":2938},"### Describe the bug\n\n\"vitepress\" resolved to an ESM file. ESM file cannot be loaded by `require`.\n\n### Reproduction\n\n无\n\n### Expected behavior\n\nup\n\n### System Info\n\n```sh\nnode_modules/.pnpm/esbuild@0.18.20/node_modules/esbuild/lib/main.js:1373:27: \r\n 1373 │ let result = await callback({\r\n\r\n The plugin \"externalize-deps\" was triggered by this import\r\n\r\n docs/.vitepress/config.js:1:332:\r\n 1 │ ...docs/.vitepress/config.js\";import { defineConfig } from \"vitepress\";\n```\n\n\n### Additional context\n\n无\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2933],{"name":2915,"color":2916},2759,"vitepress@1.0.0-rc.4","2023-08-17T00:04:13Z","https://github.com/vuejs/vitepress/issues/2759",0.70287186,{"description":2940,"labels":2941,"number":2943,"owner":2872,"repository":2873,"state":2895,"title":2944,"updated_at":2945,"url":2946,"score":2947},"### Describe the bug\n\nWhen setting the sidebar text, i want to write a simple script tag in the text, such as 'Compare \u003Cscript> the difference with \u003Cscript async>', however, In real rendering, both tags are converted to tags instead of strings, and cannot be displayed\r\n\r\n\n\n### Reproduction\n\nHere is the location [stackblitz](https://stackblitz.com/edit/vite-hiphbr)\n\n### Expected behavior\n\nI want to render 'This is \u003Cscript> \u003Cstyle>', but it renders 'This is'.\n\n### System Info\n\n```Text\nSystem:\r\n OS: Linux 5.0 undefined\r\n CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz\r\n Memory: 0 Bytes / 0 Bytes\r\n Shell: 1.0 - /bin/jsh\r\nBinaries:\r\n Node: 18.18.0 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 10.2.3 - /usr/local/bin/npm\r\n pnpm: 8.15.3 - /usr/local/bin/pnpm\r\nnpmPackages:\r\n vitepress: latest => 1.0.0-rc.44\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2942],{"name":2915,"color":2916},3627,"bug: when you are configuring sidebar in config.*, the '\u003Cscript>' or '\u003Cstyle>' in text will be parsed directly into a tag instead of a string","2024-03-11T00:04:40Z","https://github.com/vuejs/vitepress/issues/3627",0.7062191,{"description":2949,"labels":2950,"number":2951,"owner":2872,"repository":2873,"state":2895,"title":2952,"updated_at":2953,"url":2954,"score":2955},"### Describe the bug\n\nUse custom component with slot, When preview the build files, Got an error \"Hydration completed but contains mismatches.\" and the page content is distorted.\n\n### Reproduction\n\nDemo: [https://stackblitz.com/edit/vite-7ctcqz?file=docs/.vitepress/theme/index.js](https://stackblitz.com/edit/vite-7ctcqz?file=docs/.vitepress/theme/index.js)\r\n\r\n**Steps**\r\n\r\n- Build project\r\n- Run `npm run docs:preview`\r\n- Visit the page and click \"Get Start\" button redirect to the example page.\r\n- Refresh the example page\r\n\r\nNow I got an error \"Hydration completed but contains mismatches.\" and the page content is distorted.\n\n### Expected behavior\n\nNo errors.\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.22621\r\n CPU: (20) x64 12th Gen Intel(R) Core(TM) i9-12900H\r\n Memory: 13.25 GB / 31.73 GB\r\n Binaries:\r\n Node: 18.16.0 - D:\\Program\\NodeJs\\node.EXE\r\n npm: 9.6.5 - D:\\Program\\NodeJs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.22621.1555.0), Chromium (112.0.1722.58)\r\n Internet Explorer: 11.0.22621.1\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.73 => 1.0.0-alpha.73\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.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[],2284,"Use custom component with slot, When preview the build files, Got an error \"Hydration completed but contains mismatches.\"","2023-06-08T00:04:09Z","https://github.com/vuejs/vitepress/issues/2284",0.70800704,{"description":2957,"labels":2958,"number":2961,"owner":2872,"repository":2873,"state":2895,"title":2962,"updated_at":2963,"url":2964,"score":2965},"### Describe the bug\n\nI have a plugin called [vitepress-plugin-sandpack](https://github.com/jerrywu001/vitepress-plugin-sandpack)\r\n\r\nIn this plugin, I used the `useData` API.\r\n\r\n\u003Cimg width=\"381\" alt=\"image\" src=\"https://user-images.githubusercontent.com/12525415/217128002-d701955c-47e2-4b38-85e9-1b28a64ed829.png\">\r\n\r\nWhen build, it get **'F.useData is not a function**\n\n### Reproduction\n\nonline code: https://stackblitz.com/edit/vitejs-vite-79ocfq?file=package.json\r\n\r\nrun `npm run docs:build`\r\n\r\n\u003Cimg width=\"766\" alt=\"image\" src=\"https://user-images.githubusercontent.com/12525415/217128048-be7ccf3d-c9cc-4b82-aba6-d347ba0ed6ee.png\">\r\n\r\nBut deployment is successful.\r\n\n\n### Expected behavior\n\nSee Reproduction\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 5.0 undefined\r\n CPU: (4) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz\r\n Memory: 0 Bytes / 0 Bytes\r\n Shell: 1.0 - /bin/jsh\r\n Binaries:\r\n Node: 16.14.2 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 7.17.0 - /usr/local/bin/npm\r\n npmPackages:\r\n vitepress: latest => 1.0.0-alpha.45\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.",[2959,2960],{"name":2915,"color":2916},{"name":2869,"color":2870},1900,"docs build get 'F.useData is not a function'","2023-08-13T00:04:19Z","https://github.com/vuejs/vitepress/issues/1900",0.7081448,["Reactive",2967],{},["Set"],["ShallowReactive",2970],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fMZ4k3vZ6T30wH8ZyiHAWOL6kuR9Z7jTEWoL1D3IV0aw":-1},"/vuejs/vitepress/115"]