\n\n\n```vue\n\u003Cscript setup>\nimport { FwbButton } from 'flowbite-vue'\n\u003C/script>\n\u003Ctemplate>\n \u003Cdiv>\n \u003Cfwb-button color=\"default\">Default\u003C/fwb-button>\n \u003C/div>\n\u003C/template>\n```\n\n### Reproduction\n\nhttps://github.com/jk2K/testvitepress\n\ntech stack\n1. https://flowbite-vue.com/pages/getting-started\n2. tailwindcss v4\n\n### Expected behavior\n\n\u003Cimg width=\"103\" height=\"50\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/7bffdf53-2faf-4257-87c2-4f60511b7060\" />\n\n### System Info\n\n```Text\nSystem:\n OS: macOS 15.5\n CPU: (14) arm64 Apple M4 Pro\n Memory: 218.33 MB / 48.00 GB\n Shell: 5.9 - /bin/zsh\n Binaries:\n Node: 22.16.0 - ~/.nvm/versions/node/v22.16.0/bin/node\n npm: 10.9.2 - ~/.nvm/versions/node/v22.16.0/bin/npm\n pnpm: 10.11.0 - /opt/homebrew/bin/pnpm\n Browsers:\n Chrome: 138.0.7204.159\n Safari: 18.5\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.",[3063],{"name":3021,"color":3022},4856,"vitepress not work for flowbite-vue","2025-07-25T10:13:26Z","https://github.com/vuejs/vitepress/issues/4856",0.69837314,{"description":3070,"labels":3071,"number":3072,"owner":3024,"repository":3025,"state":3026,"title":3073,"updated_at":3074,"url":3075,"score":3076},"\u003C!--\r\nNOTE:\r\nVitePress is still WIP, and it is not compatible with VuePress.\r\nPlease do not open issue about default theme missing features or something doesn't work like VuePress.\r\n-->\r\n\r\n**Describe the bug**\r\nSwitch language error when build with a base path\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n[](https://github.com/dewfall123/vitepress-issues)\r\n1. clone [https://github.com/dewfall123/vitepress-issues](https://github.com/dewfall123/vitepress-issues)\r\n2. run \r\n`yarn` \r\n`yarn build`\r\n`yarn build-dev`\r\n3. open http://127.0.0.1:3001 and switch language several times.\r\nIt go to error path like http://127.0.0.1:3001/vhooks/vhooks/zh/index.html.\r\n\r\n**Expected behavior**\r\nSwitch language and go to the correct path.\r\n\r\n**System Info**\r\n- vitepress version: 0.7.0\r\n- vite version: v1.0.0-rc.4\r\n- Node version: 14\r\n- OS version: window 10\r\n\r\n\r\n",[],103,"Switch language error when build with a base path","2023-01-21T16:24:23Z","https://github.com/vuejs/vitepress/issues/103",0.7033262,{"description":3078,"labels":3079,"number":3080,"owner":3024,"repository":3025,"state":3026,"title":3081,"updated_at":3082,"url":3083,"score":3084},"\u003C!--\r\nNOTE:\r\nVitePress is still WIP, and it is not compatible with VuePress.\r\nPlease do not open issue about default theme missing features or something doesn't work like VuePress.\r\n-->\r\n\r\n**Describe the bug**\r\nnpx vitepress build command throws TypeError: Cannot read property 'find' of undefined\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n* git clone https://github.com/Mensix/vitepress-error-demo.git\r\n* cd vitepress-error-demo\r\n* npm install\r\n* npx vitepress build\r\n\r\n**Expected behavior**\r\nPages are rendering normally.\r\n\r\n**System Info**\r\n- vitepress version: 0.7.0\r\n- vite version: 1.0.0-rc.8\r\n- Node version: 12.19.0\r\n- OS version: Windows 10 Home, version 1903, compilation 18362.1139",[],110,"TypeError: Cannot read property 'find' of undefined","2023-01-21T14:32:48Z","https://github.com/vuejs/vitepress/issues/110",0.70352054,{"description":3086,"labels":3087,"number":3092,"owner":3024,"repository":3025,"state":3026,"title":3093,"updated_at":3094,"url":3095,"score":3096},"### Describe the bug\r\n\r\nI have a my node_modules as symlink, for save space and prevent synch with the cloud storage. Vite has some problemens resolving path with symlink, because they actually outside of the root folder, so they aren't in the allow list. This can be solved with `server.fs.strict= false`. But in vitepress, doesn't exist `vite.config.js`, I already tried to put in `./vitepress/config.js` but still got the same error.\r\n\r\n### Reproduction\r\n\r\n1. create a \"node_module\" as symlink, the original folder must be outside of the root.\r\n2. install the dependencies\r\n3. run dev\r\n\r\n### Expected behavior\r\n\r\ndev should run normally.\r\n\r\n### System Info\r\n\r\n```sh\r\nSystem:\r\n OS: Windows 10 10.0.19045\r\n CPU: (4) x64 Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz\r\n Memory: 451.46 MB / 3.88 GB\r\n Binaries:\r\n Node: 18.12.1 - C:\\ProgramData\\Anaconda3\\node.EXE\r\n npm: 9.2.0 - C:\\ProgramData\\Anaconda3\\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\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.",[3088,3089],{"name":3053,"color":3054},{"name":3090,"color":3091},"stale","ededed",2443,"vitepress doesn't work with node_modules as symlink","2023-09-07T00:04:18Z","https://github.com/vuejs/vitepress/issues/2443",0.7037818,{"description":3098,"labels":3099,"number":3101,"owner":3024,"repository":3025,"state":3026,"title":3102,"updated_at":3103,"url":3104,"score":3105},"### Describe the bug\r\n\r\n指定端口号后热更新失效,恢复默认之后热更新依旧不生效\r\n\r\n### Reproduction\r\n\r\nvitepress dev docs --host --port 9999\r\n\r\n### Expected behavior\r\n\r\n热更新生效\r\n\r\n### System Info\r\n\r\n```sh\r\nSystem: \r\n OS: Windows 10 10.0.19044 \r\n CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz\r\n Memory: 44.27 GB / 63.71 GB \r\n Binaries: \r\n Node: 14.18.2 - C:\\Program Files\\nodejs\\node.EXE \r\n Yarn: 1.22.19 - C:\\Program Files (x86)\\Yarn\\bin\\yarn.CMD \r\n npm: 6.14.15 - C:\\Program Files\\nodejs\\npm.CMD \r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (112.0.1722.68)\r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.75 => 1.0.0-alpha.75\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.",[3100],{"name":3021,"color":3022},2349,"热更新","2023-05-24T00:03:54Z","https://github.com/vuejs/vitepress/issues/2349",0.70439553,{"description":3107,"labels":3108,"number":3109,"owner":3024,"repository":3025,"state":3026,"title":3110,"updated_at":3111,"url":3112,"score":3113},"\u003C!--\r\nNOTE:\r\nVitePress is still WIP, and it is not compatible with VuePress.\r\nPlease do not open issue about default theme missing features or something doesn't work like VuePress.\r\n-->\r\n\r\n**Describe the bug**\r\n`yarn docs:dev` renders home page on `http://localhost:3000` despite *base* is defined in *config.js*. But asset links honor the base path.\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n1. follow *getting started* to create new site\r\n2. create file */docs/.vitepress/config.js* with base set to, say `/foo/`\r\n3. run `yarn docs:dev`\r\n\r\n**Expected behavior**\r\nSite should be rendered at `http://localhost:3000/foo/`\r\n\r\n**System Info**\r\n- vitepress version: 0.9.1\r\n- vite version: 1.0.0-rc.13\r\n- Node version: v14.5.0\r\n- OS version: Windows 10\r\n\r\n",[],181,"dev home page doesn't honor base config","2023-01-21T16:23:59Z","https://github.com/vuejs/vitepress/issues/181",0.706117,["Reactive",3115],{},["Set"],["ShallowReactive",3118],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fH_JuvFUSj1iu5hIlfDn2KE32N9m0vv-KnBI_McBcSPM":-1},"/vuejs/vitepress/119"]