\r\n title: Feature A\r\n details: Lorem ipsum dolor sit amet, consectetur adipiscing elit\r\n```\r\n\r\nCheck the feature icon type\r\n```ts\r\ntype FeatureIcon =\r\n | string\r\n | { src: string; alt?: string; width?: string; height: string }\r\n | {\r\n light: string\r\n dark: string\r\n alt?: string\r\n width?: string\r\n height: string\r\n }\r\n```\r\n\r\nI refer to the render logic, use `v-html` render the icon.\r\nDisplay well in `dev` environment, but shows errors in `prod` environment.\r\n\r\n| dev | build |\r\n| ----------- | ----------- |\r\n|  |  |\r\n\r\n\r\n\r\n\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/github/zyyv/vitepress-unocss-issue\r\n\r\n- Display right run `pnpm dev`\r\n- Display error run `pnpm build && pnpm preview`\r\n\r\n### Expected behavior\r\n\r\nDev and build behave the same\r\n\r\n### System Info\r\n\r\n```Text\r\nlatest\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.",[3145,3148,3151],{"name":3146,"color":3147},"build","377ba8",{"name":3149,"color":3150},"has-workaround","1B4515",{"name":3152,"color":3153},"stale","ededed",4045,"vuejs","vitepress","open","SSR in dev for more consistent output in dev and prod","2025-03-02T18:08:58Z","https://github.com/vuejs/vitepress/issues/4045",0.71274894,{"description":3163,"labels":3164,"number":3168,"owner":3155,"repository":3156,"state":3157,"title":3169,"updated_at":3170,"url":3171,"score":3172},"### Describe the bug\n\nThe arrow icons in the navigation bar frequently trigger redrawing\n\n### Reproduction\n\n[class^='vpi-']:not(.bg), [class*=' vpi-']:not(.bg), .vp-icon:not(.bg) {\n /* -webkit-mask: var(--icon) no-repeat; */\n mask: var(--icon) no-repeat;\n -webkit-mask-size: 100% 100%;\n mask-size: 100% 100%;\n background-color: currentColor;\n color: inherit;\n\n\n\u003Cimg width=\"877\" height=\"564\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a7824fe4-ce4a-4553-828c-3a7b6f623ab4\" />\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.",[3165],{"name":3166,"color":3167},"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.71419126,{"description":3174,"labels":3175,"number":3184,"owner":3155,"repository":3156,"state":3185,"title":3186,"updated_at":3187,"url":3188,"score":3189},"### Describe the bug\n\nJust like the Vite docs, I use custom styles in the `index.md` file using `\u003Cstyle module>`. I also use custom components in which I use `\u003Cstyle scoped>`.\r\n\r\nSince I updated from version `1.0.0` to the latest one (the one in the StackBlitz), the built page's styles are broken. In the dev preview everything looks like expected.\n\n### Reproduction\n\nOpen the StackBlitz Demo with this [link](https://stackblitz.com/edit/vite-1qtmk8?file=docs%2Findex.md).\r\n\r\nIf it does not run automatically, run `npm install && npm run dev`. It should look something like this:\r\n\r\n\r\n\r\nThen run `npm run docs:build && npm run docs:preview` and it will look like this:\r\n\r\n\r\n\r\nAs you can see, the hero image and its background are different and the cards are different as well.\n\n### Expected behavior\n\nI expected the built version to look just like the dev preview (or at least very close).\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 10 10.0.19045\r\n CPU: (12) x64 AMD Ryzen 5 5500U with Radeon Graphics\r\n Memory: 6.45 GB / 15.35 GB\r\n Binaries:\r\n Node: 21.2.0 - C:\\Program Files\\nodejs\\node.EXE\r\n npm: 10.5.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n pnpm: 9.1.2 - ~\\AppData\\Roaming\\npm\\pnpm.CMD\r\n Browsers:\r\n Edge: Chromium (127.0.2651.74)\r\n Internet Explorer: 11.0.19041.4355\r\n npmPackages:\r\n vitepress: ^1.3.1 => 1.3.1\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.",[3176,3179,3180,3183],{"name":3177,"color":3178},"help wanted","008672",{"name":3146,"color":3147},{"name":3181,"color":3182},"upstream","BF29ED",{"name":3152,"color":3153},4098,"closed","Styling discrepancies between dev and build","2025-01-05T04:42:47Z","https://github.com/vuejs/vitepress/issues/4098",0.6598263,{"description":3191,"labels":3192,"number":3194,"owner":3155,"repository":3156,"state":3185,"title":3195,"updated_at":3196,"url":3197,"score":3198},"### Describe the bug\n\nwhen I bump vitepress to `1.0.0-rc.26`, I found the styles in `\u003Cstyle>` were not included in the packaged product.\r\n\r\n The style here is normal in the development environment, but it doesn't work after packing.\r\n\r\n``` vue\r\n\u003Ctemplate>\r\n \u003Cdiv class=\"box\">Preview after packing, The text color is expected to be red\u003C/div>\r\n\u003C/template>\r\n\r\n\u003Cstyle>\r\n.box {\r\n color: red;\r\n}\r\n\u003C/style>\r\n``` \r\n\r\nI try downgraded to `1.0.0-rc.25`, it was normal.\n\n### Reproduction\n\nreproduction link:\r\n[https://stackblitz.com/edit/vite-xmetfv?file=docs%2FDemo.vue](https://stackblitz.com/edit/vite-xmetfv?file=docs%2FDemo.vue)\r\n\n\n### Expected behavior\n\nPackaged for preview and styles can also take effect\r\n\r\nrelated documents:\r\n[https://vitepress.dev/guide/using-vue#script-and-style](https://vitepress.dev/guide/using-vue#script-and-style)\n\n### System Info\n\n```Text\nSystem:\r\n OS: Linux 5.15 Ubuntu 22.04.2 LTS 22.04.2 LTS (Jammy Jellyfish)\r\n CPU: (16) x64 AMD Ryzen 7 4800H with Radeon Graphics\r\n Memory: 6.16 GB / 7.44 GB\r\n Container: Yes\r\n Shell: 5.1.16 - /bin/bash\r\n Binaries:\r\n Node: 18.18.2 - ~/.nvm/versions/node/v18.18.2/bin/node\r\n Yarn: 1.22.19 - /mnt/c/Program Files/nodejs/yarn\r\n npm: 9.8.1 - ~/.nvm/versions/node/v18.18.2/bin/npm\r\n pnpm: 8.10.5 - ~/.nvm/versions/node/v18.18.2/bin/pnpm\r\n bun: 1.0.12 - ~/.nvm/versions/node/v18.18.2/bin/bun\r\n npmPackages:\r\n vitepress: 1.0.0-rc.26 => 1.0.0-rc.26\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.",[3193],{"name":3146,"color":3147},3216,"Using SFC in markdown, styles in the `\u003Cstyle>` tag is not effect.","2023-11-25T00:04:34Z","https://github.com/vuejs/vitepress/issues/3216",0.68378997,{"description":3200,"labels":3201,"number":3204,"owner":3155,"repository":3156,"state":3185,"title":3205,"updated_at":3206,"url":3207,"score":3208},"### Describe the bug\r\n\r\nIt's unclear to me how these two differ, my understanding was that vitepress also calls vite build under the hood.\r\n\r\nHowever, I have a scenario where running `npm run docs:build` (`\"docs:build\": \"vitepress build`) results in\r\n\r\n```\r\n✓ building client + server bundles...\r\nbuild error:\r\nfile:///D:/git/some/path/docs/.vitepress/.temp/app.js:10\r\nimport { v5 } from \"uuid\";\r\n ^^\r\nSyntaxError: Named export 'v5' not found. The requested module 'uuid' 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 'uuid';\r\nconst { v5 } = 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```\r\n\r\nwhile running `npm run build` (`\"build\": \"vite build\"`) works perfectly fine.\r\n\r\nThese both use the same vite config (once in `vite.config.js` and once in the `vite:` property in vitepress' `config.js`, the latter with the `vite.config.js` deleted).\r\n\r\nThe module uuid (9.0.0) is not a CommonJS module, and building without vitepress works fine, so it looks like however `vitepress build` starts the build detects that incorrectly?\r\npackage.json of the uuid package: https://github.com/uuidjs/uuid/blob/4de23a6030e65ac72b3b015680f08e7e292681ed/package.json#L25\r\n\r\nTo be honest I'm not sure if this is a vitepress bug or even lower-level, at this point I'm mostly looking for guidance as to what vitepress build does different to vite build that could result in such differences.\r\n\r\nThanks!\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/vite-qpoze8?file=package.json\r\n\r\nRun `npm run docs:build` if it doesn't run automatically.\r\n\r\npackage.json of the `postprocessing` package used for repro purposes here:\r\nhttps://github.com/pmndrs/postprocessing/blob/3e6ea9d8fddd2ca2d269e2182752f8199b8248af/package.json#L11\r\n\r\n### Expected behavior\r\n\r\nEither\r\n- Builds both work\r\nor\r\n- can understand the difference between the two better from the docs so I can resolve the issue myself\r\n\r\n### System Info\r\n\r\n```sh\r\nSystem:\r\n OS: Windows 10 10.0.22621\r\n CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz\r\n Memory: 31.89 GB / 63.85 GB\r\n Binaries:\r\n Node: 18.13.0 - D:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - ~\\AppData\\Roaming\\npm\\yarn.CMD\r\n npm: 8.13.2 - D:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Chrome: 113.0.5672.127\r\n Edge: Spartan (44.22621.1702.0), Chromium (113.0.1774.35)\r\n Internet Explorer: 11.0.22621.1\r\n npmPackages:\r\n vitepress: ^1.0.0-beta.1 => 1.0.0-beta.1\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.",[3202,3203],{"name":3166,"color":3167},{"name":3152,"color":3153},2421,"Different behaviour between `vite build` and `vitepress build` in same project","2023-09-02T00:04:09Z","https://github.com/vuejs/vitepress/issues/2421",0.68655324,{"description":3210,"labels":3211,"number":3214,"owner":3155,"repository":3156,"state":3185,"title":3215,"updated_at":3216,"url":3217,"score":3218},"### Describe the bug\n\n### dependencies\r\n\r\n`pnpm add @chenwei02/qy-element`\r\n> `@chenwei02/qy-element` has svg-icon component. svg files builded by vite-plugin-svg-icons.\r\n\r\n### docs\r\n`vitepress dev docs` is ok\r\n`vitepress build docs` then deploy to gh-pages, *.svg icon was blank.\r\n\r\n### Problem\r\nvitepress build docs . something is wrong.\r\n\r\n### Help\r\nI need help\n\n### Reproduction\n\npnpm add @chenwei02/qy-element\r\n\r\n*.md\r\n\u003Cqy-icon name=\"close\">\r\n\r\nvitepress build docs.\n\n### Expected behavior\n\nevery thing is ok.\n\n### System Info\n\n```sh\nvitepress : 1.0.0-alpha.64\r\n@chenwei02/qy-element: 1.0.2-p1\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,3213],{"name":3166,"color":3167},{"name":3152,"color":3153},2385,"Vitepress build Problem","2023-08-18T00:04:08Z","https://github.com/vuejs/vitepress/issues/2385",0.68877876,{"description":3220,"labels":3221,"number":3223,"owner":3155,"repository":3156,"state":3185,"title":3224,"updated_at":3225,"url":3226,"score":3227},"### Describe the bug\n\nWhen building my VitePress site, sometimes will got this error:\r\n\r\n```log\r\n✓ building client + server bundles...\r\n✖ rendering pages...\r\nbuild error:\r\nCannot read properties of undefined (reading 'some')\r\nTypeError: Cannot read properties of undefined (reading 'some')\r\n at isChildActive (file:///mnt/disk/MAIN/read/.vitepress/.temp/app.js:2935:28)\r\n at file:///mnt/disk/MAIN/read/.vitepress/.temp/app.js:2937:43\r\n at ReactiveEffect.fn (/mnt/disk/MAIN/read/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js:928:13)\r\n at ReactiveEffect.run (/mnt/disk/MAIN/read/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js:162:19)\r\n at get value [as value] (/mnt/disk/MAIN/read/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js:940:109)\r\n at file:///mnt/disk/MAIN/read/.vitepress/.temp/app.js:2942:127\r\n at renderComponentSubTree (/mnt/disk/MAIN/read/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:442:9)\r\n at renderComponentVNode (/mnt/disk/MAIN/read/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:386:12)\r\n at ssrRenderComponent (/mnt/disk/MAIN/read/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:84:10)\r\n at file:///mnt/disk/MAIN/read/.vitepress/.temp/app.js:2974:19\r\nerror: script \"build\" exited with code 1\r\n```\r\n\r\nDidnot know how to figure it out.\n\n### Reproduction\n\nhttps://github.com/tianheg/read/tree/0a2c670076d0bec5db10500807eb4c31bb5c80da\n\n### Expected behavior\n\nbuild succeed every time\n\n### System Info\n\n```Text\nSystem:\r\n OS: Linux 6.10 Arch Linux\r\n CPU: (8) x64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz\r\n Memory: 13.31 GB / 23.36 GB\r\n Container: Yes\r\n Shell: 5.9 - /usr/bin/zsh\r\nBinaries:\r\n Node: 20.16.0 - ~/.nvm/versions/node/v20.16.0/bin/node\r\n npm: 10.8.1 - ~/.nvm/versions/node/v20.16.0/bin/npm\r\n bun: 1.1.22 - /usr/bin/bun\r\nnpmPackages:\r\n vitepress: ^1.3.2 => 1.3.2\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.",[3222],{"name":3166,"color":3167},4130,"bug: Repeated builds doesn't always succeed every time","2024-09-04T04:43:02Z","https://github.com/vuejs/vitepress/issues/4130",0.6964792,{"description":3229,"labels":3230,"number":3232,"owner":3155,"repository":3156,"state":3185,"title":3233,"updated_at":3234,"url":3235,"score":3236},"### Describe the bug\n\nI use the global variable window in component, It will cause the content below it to be rendered repeatedly.\r\n**Also, it only happens after the build.**\n\n### Reproduction\n\n```\r\n// Component.vue\r\n\r\n\u003Cscript setup>\r\n const url = `${window.location.protocol}//www.xxx.com`;\r\n\u003C/script>\r\n\r\n\u003Ctemplate>\r\n \u003Ch1>{{ url }}\u003C/h1>\r\n\u003C/template>\r\n```\r\n\r\n\r\n```\r\n// index.md\r\n\r\n\u003CComponent />\r\n\r\n// Here! `- test content ...` repeat render! it shows two.\r\n- test content ...\r\n```\n\n### Expected behavior\n\nSuccessfully rendered only once.\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 12.5\r\n CPU: (8) x64 Apple M1\r\n Memory: 43.79 MB / 8.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 14.19.3 - ~/.nvm/versions/node/v14.19.3/bin/node\r\n Yarn: 1.22.19 - /opt/homebrew/bin/yarn\r\n npm: 6.14.17 - ~/.nvm/versions/node/v14.19.3/bin/npm\r\n Browsers:\r\n Chrome: 104.0.5112.101\r\n Safari: 15.6\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.13 => 1.0.0-alpha.13\n```\n\n\n### Additional context\n\n\u003Cimg width=\"1109\" alt=\"image\" src=\"https://user-images.githubusercontent.com/50652358/187465157-4ea24772-f3ef-4ec3-8717-298579837525.png\">\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.",[3231],{"name":3166,"color":3167},1261,"Unexpected render after the build.","2023-01-21T14:26:49Z","https://github.com/vuejs/vitepress/issues/1261",0.69756466,{"description":3238,"labels":3239,"number":3241,"owner":3155,"repository":3156,"state":3185,"title":3242,"updated_at":3243,"url":3244,"score":3245},"### Describe the bug\n\nUnable to use `[!code ++]` or `[!code --]` in JSX code\n\nProbably related: #4555 \n\n### Reproduction\n\n```jsx\nconst BugReportCode = () => {\n return (\n \u003Cmessage v2>\n \u003Cexample /> // ![code ++]\n \u003Cexample /> {/* [!code ++] */}\n \u003Cexample /> /* [!code ++] */\n \u003Cexample /> {\n // [!code ++]\n }\n \u003Cexample /> \u003C!-- [!code ++] -->\n \u003C/message>\n )\n}\n```\n\n\n\n### Expected behavior\n\nIt doesnt really work. If the second usage is intended then it probably shouldn't end with `{}`\n\n### System Info\n\n```Text\nSystem:\n OS: Windows 10 10.0.19045\n CPU: (4) x64 Intel(R) Core(TM) i5 CPU M 480 @ 2.67GHz\n Memory: 247.00 MB / 3.87 GB\n Binaries:\n Node: 23.11.0 - C:\\Program Files\\nodejs\\node.EXE\n npm: 10.5.2 - ~\\AppData\\Roaming\\npm\\npm.CMD\n pnpm: 9.1.3 - ~\\AppData\\Local\\pnpm\\pnpm.EXE\n bun: 1.1.4 - ~\\.bun\\bin\\bun.EXE\n Browsers:\n Edge: Chromium (135.0.3179.54)\n npmPackages:\n vitepress: ^1.6.3 => 1.6.3\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.",[3240],{"name":3166,"color":3167},4776,"Can't use diff in Colored Diffs in JSX Code Blocks","2025-06-05T12:48:43Z","https://github.com/vuejs/vitepress/issues/4776",0.70030046,{"description":3247,"labels":3248,"number":3250,"owner":3155,"repository":3156,"state":3185,"title":3251,"updated_at":3252,"url":3253,"score":3254},"### Describe the bug\n\nI only configured the theme color configuration of normal mode as follows, but when I switched to dark mode, the theme color was still overwritten by the custom color. \r\n\r\n\r\n\n\n### Reproduction\n\nsee Describe the bug\n\n### Expected behavior\n\nIsn't the color of dark mode undefined and shouldn't be used by default with vitepress\n\n### System Info\n\n```Text\nSystem:\r\n OS: macOS 14.2\r\n CPU: (8) arm64 Apple M1\r\n Memory: 89.67 MB / 8.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 20.10.0 - ~/.nvm/versions/node/v20.10.0/bin/node\r\n Yarn: 1.22.19 - ~/.yarn/bin/yarn\r\n npm: 10.2.3 - ~/.nvm/versions/node/v20.10.0/bin/npm\r\n pnpm: 8.6.0 - ~/Library/pnpm/pnpm\r\n bun: 1.0.0 - ~/.bun/bin/bun\r\n Browsers:\r\n Chrome: 120.0.6099.109\r\n Edge: 119.0.2151.46\r\n Safari: 17.2\r\n npmPackages:\r\n vitepress: 1.0.0-rc.31 => 1.0.0-rc.31\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.",[3249],{"name":3166,"color":3167},3341,"Dark mode display issue after setting the accent color","2023-12-23T00:04:24Z","https://github.com/vuejs/vitepress/issues/3341",0.7008134,["Reactive",3256],{},["Set"],["ShallowReactive",3259],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fe5hpDrwwIb1vX_6vBVGXGffH-6-nhr5IML_ATiYmbGY":-1},"/vuejs/vitepress/4222"]