```\r\n\r\nIt doesn't seem to be correct:\r\n\r\n\r\n\r\nHow to make it look correct, just like on the homepage?:\r\n\r\n\r\n\r\n",[2865],{"name":2866,"color":2867},"stale","ededed",4273,"vuejs","vitepress","open","How to use default Vue components elsewhere","2024-12-03T17:27:39Z","https://github.com/vuejs/vitepress/issues/4273",0.7510084,{"description":2877,"labels":2878,"number":2883,"owner":2869,"repository":2870,"state":2871,"title":2884,"updated_at":2885,"url":2886,"score":2887},"### Is your feature request related to a problem? Please describe.\n\nIn the monorepo development mode, sometimes the rendering in docs depends on the code in another repository, so when the code in another repository changes, it is expected to trigger a hot reload of docs\n\n### Describe the solution you'd like\n\nSupport configuration to watch specified folders to trigger hot reload\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.",[2879,2882],{"name":2880,"color":2881},"need more info","bdbefc",{"name":2866,"color":2867},4221,"Support hot reload by watching files not under docs","2024-12-03T17:27:50Z","https://github.com/vuejs/vitepress/issues/4221",0.76224923,{"description":2889,"labels":2890,"number":2892,"owner":2869,"repository":2870,"state":2871,"title":2893,"updated_at":2894,"url":2895,"score":2896},"### Is your feature request related to a problem? Please describe.\n\nI am using obsidian ,hidden files and dir , this application in no found\n\n### Describe the solution you'd like\n\nCan I rename this dir .vitepress ? \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.",[2891],{"name":2866,"color":2867},3793,".vitepress dir Whether you can rename it ? ","2024-06-23T07:11:50Z","https://github.com/vuejs/vitepress/issues/3793",0.76269317,{"description":2898,"labels":2899,"number":2901,"owner":2869,"repository":2870,"state":2871,"title":2902,"updated_at":2903,"url":2904,"score":2905},"I want to create an extra color palette. Is it possible? Similar to .dark in the custom style.css\r\nWhy? \r\nI want to have pages different color palettes depending on the path of my site. \r\nLet's say\r\n\r\n> site/tutorials/ = blue color palette\r\n> site/news/ = gray color palette\r\n\r\nHow can I achieve something like this? If not by path, at least by specifying it on each .md frontmatter.\r\n\r\nThanks in advance.",[2900],{"name":2866,"color":2867},4161,"Help adding a new style/color palette ","2024-09-29T09:05:46Z","https://github.com/vuejs/vitepress/issues/4161",0.7651334,{"description":2907,"labels":2908,"number":2910,"owner":2869,"repository":2870,"state":2871,"title":2911,"updated_at":2912,"url":2913,"score":2914},"### Describe the bug\n\nIt might be intentional, as documented it can be used to prevent router conflicts.\r\nBut what if I want the link in `vp-raw` to have SPA behaviour? how can I achieve that? It's giving me headache that I want to both avoid built-in styles but also retain SPA navigation behaviour instead of refreshing the whole page.\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-l6ciup?file=docs%2Findex.md\n\n### Expected behavior\n\nIt won't refresh the whole page\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 11 10.0.22631\r\n CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz\r\n Memory: 5.24 GB / 31.69 GB\r\n Binaries:\r\n Node: 20.11.0 - C:\\Program Files\\nodejs\\node.EXE\r\n npm: 10.8.2 - C:\\Program Files\\nodejs\\npm.CMD\r\n pnpm: 9.6.0 - ~\\AppData\\Local\\pnpm\\pnpm.EXE\r\n Browsers:\r\n Edge: Chromium (127.0.2651.74)\r\n Internet Explorer: 11.0.22621.3527\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.",[2909],{"name":2866,"color":2867},4112,"Distinguish style isolation, router isolation, and both","2025-03-02T18:08:47Z","https://github.com/vuejs/vitepress/issues/4112",0.7669706,{"description":2916,"labels":2917,"number":2921,"owner":2869,"repository":2870,"state":2922,"title":2923,"updated_at":2924,"url":2925,"score":2926},"### Describe the bug\n\nWhen two Link components are nested within each other, it reports \"Hydration completed but contains mismatches.\"\nThis error only occurs in the production environment.\n\nLink.vue:\n\n```vue\n\u003Ctemplate>\n \u003Ca>\n \u003Cslot />\n \u003C/a>\n\u003C/template>\n```\n\nindex.md\n\n```vue\n\u003CLink>\u003CLink>Hydration completed but contains mismatches.\u003C/Link>\u003C/Link>\n```\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-4nxfvzn6?file=docs%2Findex.md\n\n### Expected behavior\n\nI'm not sure why this happens, but it's quite hard to troubleshoot. It would be better if more explicit error messages could be provided.\n\n### System Info\n\n```Text\nLatest Chrome\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.",[2918],{"name":2919,"color":2920},"bug: pending triage","e99695",4495,"closed","When two Link components are nested within each other, it reports \"Hydration completed but contains mismatches.\"","2025-01-25T04:42:41Z","https://github.com/vuejs/vitepress/issues/4495",0.6940786,{"description":2928,"labels":2929,"number":2931,"owner":2869,"repository":2870,"state":2922,"title":2932,"updated_at":2933,"url":2934,"score":2935},"### Describe the bug\r\n\r\n```md\r\n*HEXSTR* := { 8 or 16 hex digits (4 / 8 bytes) }\r\n```\r\n===>\r\n```html\r\n\u003C!-- [vitepress] Internal server error: Duplicate attribute. -->\r\n\u003Cp 8=\"\" or=\"\" 16=\"\" hex=\"\" digits=\"\" (4=\"\" 8=\"\" bytes)=\"\">\u003Cem>HEXSTR\u003C/em> :=\u003C/p>\r\n```\r\nI viewed the doc: https://vitepress.dev/guide/using-vue. I see the interpolation `{{ }}` will be converted.\r\nBut this situation should be abnormal.\r\n\r\n### Reproduction\r\n\r\n```md\r\n*HEXSTR* := { 8 or 16 hex digits (4 / 8 bytes) }\r\n```\r\n\r\nhttps://stackblitz.com/edit/vite-hsfy9m?file=docs%2Fexample.md\r\n\r\n### Expected behavior\r\n\r\n```html\r\n\u003Cp>\u003Cem>HEXSTR\u003C/em> := { 8 or 16 hex digits (4 / 8 bytes) }\u003C/p>\r\n```\r\n\r\n### System Info\r\n\r\n```Text\r\nSystem:\r\n OS: macOS 14.2.1\r\n CPU: (8) arm64 Apple M1 Pro\r\n Memory: 387.17 MB / 16.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 20.11.1 - ~/.x-cmd.root/local/data/pkg/sphere/X/l/j/h/bin/node\r\n npm: 10.2.4 - ~/.x-cmd.root/local/data/pkg/sphere/X/l/j/h/bin/npm\r\n pnpm: 8.9.2 - ~/project/lteam/x-cmd/official-doc/node_modules/.bin/pnpm\r\n bun: 1.0.24 - ~/.x-cmd.root/local/data/pkg/sphere/X/l/j/h/bin/bun\r\n Browsers:\r\n Chrome: 122.0.6261.94\r\n Safari: 17.2.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.",[2930],{"name":2919,"color":2920},3623,"error convert attribute by `{ }` | Internal server error: Duplicate attribute","2024-03-10T00:04:58Z","https://github.com/vuejs/vitepress/issues/3623",0.7283752,{"description":2937,"labels":2938,"number":2940,"owner":2869,"repository":2870,"state":2922,"title":2941,"updated_at":2942,"url":2943,"score":2944},"### Describe the bug\r\n\r\nStep 1\r\n\r\n```vue\r\n\u003Cscript lang=\"jsx\">\r\nimport { CustomLink } from 'my-lib/dist/customLink';\r\nimport { defineComponent } from \"vue\";\r\nexport default defineComponent({\r\n render() {\r\n return (\r\n \u003CCustomLink />\r\n );\r\n },\r\n});\r\n\r\n\u003C/script>\r\n```\r\n\r\nStep 2\r\n\r\nPage md\r\n```\r\n\u003CTest />\r\n\u003Cscript setup>\r\n import Test from '../components/Test.vue'\r\n\u003C/script>\r\n\r\n````\r\n\r\n\r\nResult\r\n\r\n\r\n\r\nBut\r\n\r\nI change for example\r\n\r\n```vue\r\n\r\n\u003Cscript lang=\"jsx\">\r\nimport { defineComponent } from \"vue\";\r\nexport default defineComponent({\r\n render() {\r\n return (\r\n \u003Cdiv>\r\n Hello World :defineConfig\r\n \u003C/div>\r\n );\r\n },\r\n});\r\n\r\n\u003C/script>\r\n\r\n```\r\n\r\nworks\r\n\r\n\r\n\r\nHELP PLEASE\r\n\r\n### Reproduction\r\n\r\nno\r\n\r\n### Expected behavior\r\n\r\nI would expect the component to be seen\r\n\r\n### System Info\r\n\r\n```sh\r\n$ npx envinfo --system --npmPackages vitepress --binaries --browsers\r\nnpx: installed 1 in 2.22s\r\n\r\n System:\r\n OS: Windows 10 10.0.19045\r\n CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz \r\n Memory: 5.52 GB / 15.82 GB\r\n Binaries:\r\n Node: 14.19.0 - D:\\nodejs\\node.EXE\r\n Yarn: 1.22.17 - D:\\nodejs\\yarn.CMD\r\n npm: 6.14.16 - D:\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (113.0.1774.50)\r\n Internet Explorer: 11.0.19041.1566\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\nI want to document my component library in react with vitepress; It might sound crazy but I had a leap of faith says Toretto hehe\r\n\r\nVite config\r\n```ts\r\nimport { defineConfig } from \"vite\";\r\nimport vueJsx from \"@vitejs/plugin-vue-jsx\";\r\nexport default defineConfig({\r\n plugins: [\r\n vueJsx(),\r\n ],\r\n});\r\n\r\n```\r\n\r\n@antfu do you know jeje?\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.",[2939],{"name":2919,"color":2920},2427,"I try to render React component from library with @vitejs/plugin-vue-jsx and failed. But i render simple div works :(","2023-06-07T00:04:34Z","https://github.com/vuejs/vitepress/issues/2427",0.7350428,{"description":2946,"labels":2947,"number":2948,"owner":2869,"repository":2870,"state":2922,"title":2949,"updated_at":2950,"url":2951,"score":2952},"### Is your feature request related to a problem? Please describe.\n\nIt is recommended to support Hong Kong Holidays\n\n### Describe the solution you'd like\n\nIt is recommended to support Hong Kong Holidays\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.",[],3753,"It is recommended to support Hong Kong Holidays","2024-04-28T12:25:07Z","https://github.com/vuejs/vitepress/issues/3753",0.7528158,{"description":2954,"labels":2955,"number":2957,"owner":2869,"repository":2870,"state":2922,"title":2958,"updated_at":2959,"url":2960,"score":2961},"### Describe the bug\n\nI installed Vitepress, built then ran it locally following the documentation of Vercel and everything seemed fine. But when I deployed it to my personal Vercel, my site keeps loading the 404.html. When I visit the Output of Vercel, I couldn't find any index.html and only 404.html. \r\n\r\nHere is currently [the blog of mine](https://vitepress-doc-kappa.vercel.app/) that I deployed to Vercel.\r\n\r\nThis is my current source on Vercel:\r\n\r\n\r\nThis is my current output on Vercel:\r\n\r\n\r\n\n\n### Reproduction\n\nNot sure if this is the correct way to reproduce, but I'll list down the commands that I ran, from install command to deploy:\r\n\r\n```bash\r\nnpm add -D vitepress\r\nnpx vitepress init ./\r\nnpm run docs:build\r\nnpm run docs:preview\r\nvercel --prod\r\n```\n\n### Expected behavior\n\nPage should load index.html when visiting `/`.\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 10 10.0.19043\r\n CPU: (4) x64 Intel(R) Pentium(R) CPU G4560 @ 3.50GHz\r\n Memory: 2.27 GB / 7.96 GB\r\n Binaries:\r\n Node: 20.0.0 - C:\\Program Files\\nodejs\\node.EXE\r\n npm: 9.6.4 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (120.0.2210.133)\r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.39 => 1.0.0-rc.39\n```\n\n\n### Additional context\n\nI use a fresh setup of Vitepress and deploy to a Vercel setting using Node v20.x (which as mentioned on Vercel that is still in Beta). However I did try Node v18.x on Vercel and the error is the same. \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.",[2956],{"name":2919,"color":2920},3460,"Site auto loads 404.html after deployed to Vercel","2024-01-24T00:04:46Z","https://github.com/vuejs/vitepress/issues/3460",0.75494087,["Reactive",2963],{},["Set"],["ShallowReactive",2966],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fmKWRXo8XsmztcA2yB2EkjWr0pVT_xn8p3rcvjehibjo":-1},"/vuejs/vitepress/2630"]