\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.",[2933],{"name":2904,"color":2905},4124,"actionText prop on VPTeamMembers components doesn't works","2024-08-20T04:43:16Z","https://github.com/vuejs/vitepress/issues/4124",0.7508095,{"description":2940,"labels":2941,"number":2943,"owner":2869,"repository":2870,"state":2925,"title":2944,"updated_at":2945,"url":2946,"score":2947},"### Is your feature request related to a problem? Please describe.\n\n- 对照 markdown 基础语法,发现 VitePress 不支持 脚注 功能\r\n- 另外有个问题,关于 [External Links](https://vitepress.vuejs.org/guide/markdown#external-links),外部链接不需要尖括号即可直接转换成可跳转链接,如果我想禁用此链接仅作文本展示,只能通过把链接包裹在 ` `` ` 当中,想知道 VitePress 是如何解决这件事的。\r\n- markdown 的任务列表是否有样式优化的计划\r\n:vulcan_salute:\n\n### Describe the solution you'd like\n\n- 是否会支持 markdown 脚注\r\n- 解答 External Links 的问题\r\n- 解答关于 任务列表 的问题\r\n:vulcan_salute:\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.",[2942],{"name":2904,"color":2905},1775,"关于 VitePress 中的 markdown 的脚注、外部链接和任务列表的问题","2023-02-28T00:04:30Z","https://github.com/vuejs/vitepress/issues/1775",0.75675046,{"description":2949,"labels":2950,"number":2954,"owner":2869,"repository":2870,"state":2925,"title":2955,"updated_at":2956,"url":2957,"score":2958},"### Describe the bug\r\n\r\nI have a npm package called @declarative-gridstacks/react, it exports a bunch of react components (compiled with babel-loader obviously), I import these modules use them in vitepress it words good in dev mode... But when I actually try to build the vitepress project, it doesn't build.\r\n\r\n\r\n\r\n\r\n### Reproduction\r\n\r\n```jsx\r\nimport {\r\n GridstackContainer,\r\n} from \"@declarative-gridstack/react\"; // This is in node_modules.\r\n\r\nconst Component = () => {\r\nreturn \u003CGridstackContainer />\r\n}\r\n\r\nexport default Component;\r\n```\r\n\r\n// Import this code in \r\n```vue\r\n\u003Cdiv ref=\"el\" />\r\n\r\n\u003Cscript setup>\r\nimport { createElement } from 'react'\r\nimport { createRoot } from 'react-dom/client'\r\nimport { ref, onMounted } from 'vue'\r\nimport Simple from '../components/simple/Simple.jsx'\r\n\r\nconst el = ref()\r\nonMounted(() => {\r\n const root = createRoot(el.value)\r\n root.render(createElement(Simple, {}, null))\r\n})\r\n\u003C/script>\r\n```\r\n\r\n\r\n\r\n### Expected behavior\r\n\r\nThe project should build... It works fine in dev mode...\r\n\r\n### System Info\r\n\r\n```sh\r\nSystem:\r\n OS: macOS 12.5\r\n CPU: (10) arm64 Apple M1 Pro\r\n Memory: 1.16 GB / 16.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 16.20.1 - ~/.nvm/versions/node/v16.20.1/bin/node\r\n Yarn: 1.22.19 - ~/.nvm/versions/node/v16.20.1/bin/yarn\r\n npm: 8.19.4 - ~/.nvm/versions/node/v16.20.1/bin/npm\r\n Browsers:\r\n Chrome: 115.0.5790.114\r\n Safari: 15.6\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.",[2951],{"name":2952,"color":2953},"bug: pending triage","e99695",2709,"Unable to build the docs project when importing a module from node_modules","2023-08-07T00:04:27Z","https://github.com/vuejs/vitepress/issues/2709",0.7579473,{"description":2960,"labels":2961,"number":2963,"owner":2869,"repository":2870,"state":2925,"title":2964,"updated_at":2965,"url":2966,"score":2967},"### Describe the bug\n\nHello, \r\n\r\nI want to add vite.config.js because i have to add entry to my server allow list\r\n\r\n\u003Cimg width=\"1245\" alt=\"Capture d’écran 2022-09-27 à 14 20 52\" src=\"https://user-images.githubusercontent.com/41836255/192524958-f2f2189c-47ef-40ae-a817-dd95c1b8de8b.png\">\r\n\r\nBut It seem not to be use by vitepress. Maybe i did something wrong.\r\n\r\nThanks by advance\n\n### Reproduction\n\n- Create new vitepress project\r\n- Add vite.config.js at the root of the project\r\n- Add some specific configuration\r\n\r\n```js\r\nimport { defineConfig } from 'vite'\r\nexport default defineConfig({\r\n server: {\r\n port: 3030\r\n }\r\n})\r\n\r\n```\r\n\r\n- restart.\n\n### Expected behavior\n\nShould use the new port to serve app\n\n### System Info\n\n```shell\nUse the default config instead of custom\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.",[2962],{"name":2904,"color":2905},1406,"Add vite.conf.js to overloading config","2023-01-21T14:25:16Z","https://github.com/vuejs/vitepress/issues/1406",0.76246583,["Reactive",2969],{},["Set"],["ShallowReactive",2972],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f88uJX7PwI3jUmNbjkZ_-OV_8ekA1GJ8Xy0s0g0mZlAg":-1},"/vuejs/vitepress/2029"]