\n\n### Expected behavior\n\nI hope to use SVG and other methods instead of using masks to display icons, which can avoid frequent redrawing\n\n### System Info\n\n```Text\n\"vitepress\": \"^1.6.4\",\n```\n\n### Additional context\n\n\u003Cimg width=\"2559\" height=\"1042\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/39db5990-f3ee-47bb-8bcf-49272a1918f4\" />\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.",[3162],{"name":3163,"color":3164},"bug: pending triage","e99695",4917,"Bug: Frequent triggering of redrawing of navigation bar icons","2025-08-21T09:14:41Z","https://github.com/vuejs/vitepress/issues/4917",0.73233646,{"description":3171,"labels":3172,"number":3175,"owner":3152,"repository":3153,"state":3154,"title":3176,"updated_at":3177,"url":3178,"score":3179},"### Describe the bug\r\n\r\n当我在使用动态路由的功能的时候,开发状态下是正常运行的,如下方的配置\r\n\r\n\r\n\r\n\r\n`export default {\r\n paths() {\r\n return [\r\n { params: { pkg: '../svgui/important/' }},\r\n { params: { pkg: '../toolkit/important/' }},\r\n ]\r\n }\r\n}`\r\n\r\n我在当前目录的上级中的两个目录中分别用当前的md文件生成了两个文件,开发环境一切正常。\r\n但打包之后,对应目录的文件生成了,但是内容却是404。\r\n\r\n### Reproduction\r\n\r\n无\r\n\r\n### Expected behavior\r\n\r\n希望能改进后,开发环境和生产环境表现一致。\r\n\r\n### System Info\r\n\r\n```Text\r\nnode 18.19 \r\nwindows\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\r\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\r\n- [X] Read the [docs](https://vitepress.dev).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3173,3174],{"name":3163,"color":3164},{"name":3149,"color":3150},4200,"动态路由打包后遇到的bug,开发环境正常","2024-10-26T17:17:22Z","https://github.com/vuejs/vitepress/issues/4200",0.7408087,{"description":3181,"labels":3182,"number":3184,"owner":3152,"repository":3153,"state":3185,"title":3186,"updated_at":3187,"url":3188,"score":3189},"### Describe the bug\r\n\r\nI'm documenting some ember addon. Ember and Vue use double curly syntax. Here is my markdown snippet that currently has a parser error:\r\n\r\n```md\r\nThus, a code such as `{{on \"click\" inc}}` would break as Ember is not able to make that association.\r\n```\r\n\r\nWhich fails with the error message:\r\n\r\n```\r\n[plugin:vite:vue] Error parsing JavaScript expression: Unexpected token, expected \",\" (1:4)\r\n```\r\n\r\nHere the screenshot of the error message. The extracted code snippet is actually not the real reason - I guess the parser is confused here.\r\n\r\n\u003Cimg width=\"886\" alt=\"Bildschirmfoto 2023-10-07 um 11 48 42\" src=\"https://github.com/vuejs/vitepress/assets/283700/6e1ec7a3-92e5-4537-856e-57813de3227c\">\r\n\r\n### Reproduction\r\n\r\nEnter the snippet above into any markdown file and vitepress will show the error.\r\n\r\n### Expected behavior\r\n\r\nWithin code backticks, I'd expect vitepress not trying to execute vue code.\r\n\r\n### System Info\r\n\r\n```Text\r\nSystem:\r\n OS: macOS 13.4.1\r\n CPU: (8) x64 Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz\r\n Memory: 11.69 MB / 16.00 GB\r\n Shell: 3.6.1 - /usr/local/bin/fish\r\n Binaries:\r\n Node: 18.16.0 - ~/.volta/tools/image/node/18.16.0/bin/node\r\n Yarn: 1.22.19 - ~/.volta/tools/image/yarn/1.22.19/bin/yarn\r\n npm: 9.5.1 - ~/.volta/tools/image/node/18.16.0/bin/npm\r\n pnpm: 8.8.0 - ~/.volta/bin/pnpm\r\n Watchman: 2023.08.14.00 - /usr/local/bin/watchman\r\n Browsers:\r\n Brave Browser: 103.1.41.100\r\n Chrome: 117.0.5938.149\r\n Edge: 117.0.2045.47\r\n Safari: 16.5.2\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.20 => 1.0.0-rc.20\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\r\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\r\n- [X] Read the [docs](https://vitepress.dev).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3183],{"name":3163,"color":3164},3053,"closed","Markdown Parser fails with `{{`","2023-10-15T00:04:48Z","https://github.com/vuejs/vitepress/issues/3053",0.70252275,{"description":3191,"labels":3192,"number":3195,"owner":3152,"repository":3153,"state":3185,"title":3196,"updated_at":3197,"url":3198,"score":3199},"### Describe the bug\n\n36 | class Notepad\u003CK,V>{\r\n37 | private K key ;\r\n38 | private V value ;\r\n| ^\r\n39 | public K getKey(){\r\n40 | return this.key ;\r\nat createCompilerError (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:18:17)\r\nat emitError (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:1487:5)\r\nat parseElement (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:1031:5)\r\nat parseChildren (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:844:18)\r\nat parseElement (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:1008:20)\r\nat parseChildren (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:844:18)\r\nat parseElement (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:1008:20)\r\nat parseChildren (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:844:18)\r\nat parseElement (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:1008:20)\r\nat parseChildren (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:844:18\r\nClick outside or fix the code to dismiss.\r\nYou can also disable this overlay by setting server.hmr.overlay to false in vite.config.js.\r\n\n\n### Reproduction\n\nQuestion: 1, why would he scan the code in my code block, shouldn't he filter himself, I use markdown syntax, specifically for java\r\n\r\n2, I also found a very strange problem, why he does not support the external link to visit, is my picture is not local, is the website he can not visit\r\n\r\n3, if you have a good solution, please give me a solution, thank you\n\n### Expected behavior\n\nQuestion: 1, why would he scan the code in my code block, shouldn't he filter himself, I use markdown syntax, specifically for java\r\n\r\n2, I also found a very strange problem, why he does not support the external link to visit, is my picture is not local, is the website he can not visit\r\n\r\n3, if you have a good solution, please give me a solution, thank you\n\n### System Info\n\n```sh\nQuestion: 1, why would he scan the code in my code block, shouldn't he filter himself, I use markdown syntax, specifically for java\r\n\r\n2, I also found a very strange problem, why he does not support the external link to visit, is my picture is not local, is the website he can not visit\r\n\r\n3, if you have a good solution, please give me a solution, thank you\n```\n\n\n### Additional context\n\nQuestion: 1, why would he scan the code in my code block, shouldn't he filter himself, I use markdown syntax, specifically for java\r\n\r\n2, I also found a very strange problem, why he does not support the external link to visit, is my picture is not local, is the website he can not visit\r\n\r\n3, if you have a good solution, please give me a solution, thank you\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.",[3193,3194],{"name":3146,"color":3147},{"name":3149,"color":3150},2460,"[plugin:vite:vue] Element is missing end tag.","2023-09-02T00:04:10Z","https://github.com/vuejs/vitepress/issues/2460",0.7070289,{"description":3201,"labels":3202,"number":3204,"owner":3152,"repository":3153,"state":3185,"title":3205,"updated_at":3206,"url":3207,"score":3208},"### Describe the bug\r\n\r\nIf the `VPDocAsideOutline` switch is in Chinese, the parsing will be wrong, [recurrence address](https://cn.vitest.dev/guide/#%E5%91%BD%E4%BB%A4%E8%A1%8C%E7%95%8C%E9%9D%A2)\r\n\r\n### Reproduction\r\n\r\n\u003Cimg width=\"1677\" alt=\"图片\" src=\"https://user-images.githubusercontent.com/81661030/178030239-0ef20144-29e0-4e24-b390-e734bde8d1be.png\">\r\n\r\n\r\n### Expected behavior\r\n\r\nHope to switch normally, thank you\r\n\r\n### System Info\r\n\r\n```shell\r\nbrowsers\r\n System:\r\n OS: macOS 12.4\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 16.14.0 - /usr/local/bin/node\r\n Yarn: 1.22.11 - /usr/local/bin/yarn\r\n npm: 8.3.1 - /usr/local/bin/npm\r\n Browsers:\r\n Chrome: 103.0.5060.114\r\n Firefox: 102.0\r\n Safari: 15.5\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] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3203],{"name":3163,"color":3164},950,"If the `VPDocAsideOutline` switch is in Chinese, the parsing will be wrong","2023-01-21T14:32:36Z","https://github.com/vuejs/vitepress/issues/950",0.71386755,{"description":3210,"labels":3211,"number":3213,"owner":3152,"repository":3153,"state":3185,"title":3214,"updated_at":3215,"url":3216,"score":3217},"### Describe the bug\n\nnpm run build\r\n\r\n> vitepress@0.0.0 build\r\n> vitepress build src\r\n\r\n\r\n vitepress v1.0.0-rc.29\r\n\r\n[commonjs--resolver] Expected '(', got 'string literal (object, 'object')'\r\nfile: F:/github/blog/node_modules/.pnpm/lerc@3.0.0/node_modules/lerc/LercDecode.js:2314:10\r\n2312: define([], function() { return Lerc; });/* jshint ignore:line */\r\n2313: }\r\n2314: else if (typeof module !== \"undefined\" && module.exports) {/* jshint ignore:line */\r\n ^\r\n2315: //commonJS module 1.0/1.1/1.1.1 systems, such as nodeJS\r\n2316: //http://wiki.commonjs.org/wiki/Modules\r\n✖ building client + server bundles...\r\nbuild error:\r\nRollupError: Expected '(', got 'string literal (object, 'object')'\r\n at error (file:///F:/github/blog/node_modules/.pnpm/rollup@4.5.1/node_modules/rollup/dist/es/shared/parseAst.js:337:30) \r\n at nodeConverters (file:///F:/github/blog/node_modules/.pnpm/rollup@4.5.1/node_modules/rollup/dist/es/shared/parseAst.js:2090:9)\r\n at convertNode (file:///F:/github/blog/node_modules/.pnpm/rollup@4.5.1/node_modules/rollup/dist/es/shared/parseAst.js:975:12) \r\n at convertProgram (file:///F:/github/blog/node_modules/.pnpm/rollup@4.5.1/node_modules/rollup/dist/es/shared/parseAst.js:966:48)\r\n at parseAstAsync (file:///F:/github/blog/node_modules/.pnpm/rollup@4.5.1/node_modules/rollup/dist/es/shared/parseAst.js:2156:20)\r\n at async Module.tryParseAsync (file:///F:/github/blog/node_modules/.pnpm/rollup@4.5.1/node_modules/rollup/dist/es/shared/node-entry.js:13499:21)\r\n at async Module.setSource (file:///F:/github/blog/node_modules/.pnpm/rollup@4.5.1/node_modules/rollup/dist/es/shared/node-entry.js:13080:35)\r\n at async ModuleLoader.addModuleSource (file:///F:/github/blog/node_modules/.pnpm/rollup@4.5.1/node_modules/rollup/dist/es/shared/node-entry.js:17722:13)\n\n### Reproduction\n\nhttps://github.com/tomiaa12/blog\r\n\r\npnpm update \r\npnpm update vitepress@latest\r\n\r\npnpm build\n\n### Expected behavior\n\nCompilation successful\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 11 10.0.22621\r\n CPU: (12) x64 12th Gen Intel(R) Core(TM) i5-1235U\r\n Memory: 3.21 GB / 15.64 GB\r\n Binaries:\r\n Node: 21.0.0 - C:\\Program Files\\nodejs\\node.EXE\r\n npm: 10.2.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n pnpm: 8.9.2 - C:\\Program Files\\nodejs\\pnpm.CMD\r\n Browsers:\r\n Edge: Chromium (119.0.2151.72)\r\n Internet Explorer: 11.0.22621.1\r\n npmPackages:\r\n vitepress: 1.0.0-rc.29 => 1.0.0-rc.29\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.",[3212],{"name":3149,"color":3150},3238,"Compilation error [commonjs--resolver] Expected '(', got 'string literal (object, 'object')'","2024-02-02T00:06:24Z","https://github.com/vuejs/vitepress/issues/3238",0.7197841,{"description":3219,"labels":3220,"number":3222,"owner":3152,"repository":3153,"state":3185,"title":3223,"updated_at":3224,"url":3225,"score":3226},"### Describe the bug\n\n在 xx.md 文件中输入以下文档会报错:\r\n## 测试文档\r\n\r\n\r\n> \u003Cn>y = 密钥在 n 年后过期\r\n> 密钥的有效期限是?(0)\r\n\r\n\r\n11\r\n22\r\n\r\n33\n\n### Reproduction\n\n输入以上内容,编译错误\n\n### Expected behavior\n\n能够正常的编译, \n\n### System Info\n\n```shell\n17:38:38 [vite] Internal server error: Element is missing end tag.\r\n Plugin: vite:vue\r\n File: D:/pro/doc/my-docs/docs/l-note/GPG入门教程.md\r\n 6 | \r\n 7 | \r\n 8 | 11\r\n | ^\r\n 9 | 22\r\n 10 | \r\n at createCompilerError (D:\\pro\\doc\\my-docs\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:19:19)\r\n at emitError (D:\\pro\\doc\\my-docs\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1602:29)\r\n at parseElement (D:\\pro\\doc\\my-docs\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1154:9)\r\n at parseChildren (D:\\pro\\doc\\my-docs\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:937:28)\r\n at parseElement (D:\\pro\\doc\\my-docs\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1133:22)\r\n at parseChildren (D:\\pro\\doc\\my-docs\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:937:28)\r\n at parseElement (D:\\pro\\doc\\my-docs\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1133:22)\r\n at parseChildren (D:\\pro\\doc\\my-docs\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:937:28)\r\n at parseElement (D:\\pro\\doc\\my-docs\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1133:22)\r\n at parseChildren (D:\\pro\\doc\\my-docs\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:937:28)\n```\n\n\n### Additional context\n\n\r\n\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.",[3221],{"name":3163,"color":3164},1470,"容错率太低了, 以下文档也会进行报错。","2023-01-23T00:04:14Z","https://github.com/vuejs/vitepress/issues/1470",0.72312003,{"description":3228,"labels":3229,"number":3231,"owner":3152,"repository":3153,"state":3185,"title":3232,"updated_at":3233,"url":3234,"score":3235},"### Describe the bug\n\nupdate \"vitepress\": \"^1.0.0-alpha.6\"\r\nin theme index.js\r\nimport naive from 'naive-ui'\r\n enhanceApp({ app }) {\r\n app.use(naive)\r\n }\r\n\r\nnpm run docs:build\r\n\r\n✓ building client + server bundles...\r\n(node:31512) Warning: To load an ES module, set \"type\": \"module\" in the package.json or use the .mjs extension.\r\n(Use `node --trace-warnings ...` to show where the warning was created)\r\nbuild error:\r\n C:\\Users\\A0\\Documents\\vitePress\\node_modules\\naive-ui\\es\\index.js:1\r\nexport { default, install } from './preset';\r\n^^^^^^\r\n\r\nSyntaxError: Unexpected token 'export'\r\n at wrapSafe (node:internal/modules/cjs/loader:1032:15)\r\n at Module._compile (node:internal/modules/cjs/loader:1067:27)\r\n at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)\r\n at Module.load (node:internal/modules/cjs/loader:981:32)\r\n at Function.Module._load (node:internal/modules/cjs/loader:822:12)\r\n at ModuleWrap.\u003Canonymous> (node:internal/modules/esm/translators:168:29)\r\n at ModuleJob.run (node:internal/modules/esm/module_job:197:25)\r\n at async Promise.all (index 0)\r\n at async ESMLoader.import (node:internal/modules/esm/loader:337:24)\r\n\r\n\n\n### Reproduction\n\nnpm run docs:build\n\n### Expected behavior\n\ntheme Full Import naive-ui \r\nbuild success\n\n### System Info\n\n```shell\n\"vitepress\": \"^1.0.0-alpha.6\"\r\n node : 14.16.2\r\n browsers : chrome\r\n system windows\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.",[3230],{"name":3163,"color":3164},1399,"import naive from 'naive-ui' build error: export { default, install } from './preset'; ^^^^^^ SyntaxError: Unexpected token 'export'","2023-01-21T14:25:25Z","https://github.com/vuejs/vitepress/issues/1399",0.7272375,{"description":3237,"labels":3238,"number":3242,"owner":3152,"repository":3153,"state":3185,"title":3243,"updated_at":3244,"url":3245,"score":3246},"### Describe the bug\n\nHere is my configuration\r\nmy website: https://lark-base-team.github.io/js-sdk-docs/\r\n```\r\nimport { defineConfig } from 'vitepress'\r\nimport { getZhSideBar } from './zh-sidebar';\r\nimport { getEnSideBar } from './en-sidebar';\r\n\r\n\r\n// https://vitepress.dev/reference/site-config\r\nexport default defineConfig({\r\n lastUpdated: true,\r\n cleanUrls: true,\r\n base: '/js-sdk-docs/',\r\n themeConfig: {\r\n logo: '/logo.svg',\r\n search: {\r\n provider: 'local'\r\n },\r\n nav: [\r\n { text: 'API', link: '/zh/api/guide', activeMatch: 'zh/api' },\r\n ],\r\n },\r\n head: [\r\n ['link', { rel: 'icon', href: '/js-sdk-docs/logo.svg' }],\r\n ],\r\n title: 'Base JS SDK',\r\n description: 'Base JS SDK Docs',\r\n // sitemap: {\r\n // hostname: 'https://basejsapi.com',\r\n // },\r\n lang: 'zh',\r\n locales: {\r\n zh: {\r\n label: '中文',\r\n lang: 'zh',\r\n dir: '/zh',\r\n title: 'Base JS SDK',\r\n description: 'Base JS SDK Docs',\r\n themeConfig: {\r\n logo: '/logo.svg',\r\n search: {\r\n provider: 'local'\r\n },\r\n nav: [\r\n { text: 'API', link: '/zh/api/guide', activeMatch: 'zh/api' },\r\n ],\r\n\r\n sidebar: getZhSideBar(),\r\n },\r\n },\r\n en: {\r\n label: 'English',\r\n lang: 'en',\r\n dir: '/en',\r\n title: 'Base JS SDK',\r\n description: 'Base JS SDK Docs',\r\n themeConfig: {\r\n logo: '/logo.svg',\r\n search: {\r\n provider: 'local'\r\n },\r\n nav: [\r\n { text: 'API', link: '/en/api/guide.md' },\r\n ],\r\n sidebar: getEnSideBar(),\r\n },\r\n }\r\n },\r\n})\r\n\r\n```\n\n### Reproduction\n\nlike my config\n\n### Expected behavior\n\nI hope to demonstrate the ability to switch languages.\n\n### System Info\n\n```Text\nSystem:\r\n OS: macOS 13.6\r\n CPU: (10) arm64 Apple M1 Pro\r\n Memory: 208.28 MB / 32.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 18.14.2 - ~/.nvm/versions/node/v18.14.2/bin/node\r\n Yarn: 1.22.19 - /opt/homebrew/bin/yarn\r\n npm: 9.5.0 - ~/.nvm/versions/node/v18.14.2/bin/npm\r\n pnpm: 8.7.4 - ~/.nvm/versions/node/v18.14.2/bin/pnpm\r\n Browsers:\r\n Chrome: 118.0.5993.70\r\n Safari: 17.0\r\n npmPackages:\r\n vitepress: 1.0.0-rc.10 => 1.0.0-rc.10\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.",[3239],{"name":3240,"color":3241},"question","5D5FAE",3099,"The homepage lacks the ability to switch languages. ","2023-10-27T00:04:14Z","https://github.com/vuejs/vitepress/issues/3099",0.7303459,["Reactive",3248],{},["Set"],["ShallowReactive",3251],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f1nyu_PwFn-iOmxHuZTzL1paxr5VuXdUfawDH_659YnU":-1},"/vuejs/vitepress/2390"]