\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.",[3081],{"name":3082,"color":3083},"need more info","bdbefc",4124,"closed","actionText prop on VPTeamMembers components doesn't works","2024-08-20T04:43:16Z","https://github.com/vuejs/vitepress/issues/4124",0.7430487,{"description":3091,"labels":3092,"number":3093,"owner":3050,"repository":3051,"state":3085,"title":3094,"updated_at":3095,"url":3096,"score":3097},"### Is your feature request related to a problem? Please describe.\n\nI can't find any solution to lazy load images. If I use markdown, vitepress will render the code to:\r\n``` HTML\r\n\u003Cimg src=\"\" alt=\"\">\r\n```\r\nI think it's better to add loading=\"lazy\" to \u003Cimg> tag. This solution doesn't need any plugin.\n\n### Describe the solution you'd like\n\nAlready said above.\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.",[],3316,"Add loading=\"lazy\" to \u003Cimg> tag to support native lazy load feature of browser.","2024-01-07T00:04:59Z","https://github.com/vuejs/vitepress/issues/3316",0.7460479,{"description":3099,"labels":3100,"number":3101,"owner":3050,"repository":3051,"state":3085,"title":3102,"updated_at":3103,"url":3104,"score":3105},"### Is your feature request related to a problem? Please describe.\n\nNo. It's a new feature I want\n\n### Describe the solution you'd like\n\n```ts\r\nimport { useArticle } from 'vitepress'\r\nconst list = useArticle\r\n```\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.",[],2111,"Need an API to get the list of all articles, then I can show the list at Home page or as a timeline","2023-03-28T00:04:34Z","https://github.com/vuejs/vitepress/issues/2111",0.74919957,{"description":3107,"labels":3108,"number":3109,"owner":3050,"repository":3051,"state":3085,"title":3110,"updated_at":3111,"url":3112,"score":3113},"### Is your feature request related to a problem? Please describe.\r\n\r\nMultiple sidebars do not work with multiple locales\r\n\r\nMultiple sidebars work only for the root locale\r\n\r\n```js\r\nimport sidebar_es from \"./sidebar.es\";\r\nimport sidebar_en from \"./sidebar.en\";\r\nimport sidebar_subdir_es from \"./sidebar.subdir.es\";\r\nimport sidebar_subdir_en from \"./sidebar.subdir.en\";\r\n\r\nexport default defineConfig({\r\n locales: {\r\n root: {\r\n lang: \"sp\",\r\n label: \"Spanish\",\r\n themeConfig: {\r\n nav: nav_es,\r\n sidebar: {\r\n \"/\": sidebar_es,\r\n \"/subdir/\": sidebar_subdir_es,\r\n },\r\n },\r\n },\r\n en: {\r\n lang: \"en\",\r\n label: \"English\",\r\n themeConfig: {\r\n nav: nav_en,\r\n sidebar: {\r\n \"/\": sidebar_en,\r\n \"/subdir/\": sidebar_subdir_en,\r\n },\r\n },\r\n```\r\n\r\nIn this example `/en/subdir/` path shows default `sidebar_en` sidebar\r\n\r\n### Describe the solution you'd like\r\n\r\nMultiple sidebars should work for secondary locales\r\n\r\n### Describe alternatives you've considered\r\n\r\n_No response_\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.dev).\r\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\r\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[],3202,"i18n and multiple sidebars problem","2023-11-21T00:04:49Z","https://github.com/vuejs/vitepress/issues/3202",0.75649625,{"description":3115,"labels":3116,"number":3120,"owner":3050,"repository":3051,"state":3085,"title":3121,"updated_at":3122,"url":3123,"score":3124},"### Describe the bug\n\nIt's in the documentation\r\nhttps://vitepress.vuejs.org/guide/theme-edit-link.html#edit-link\r\n\r\nthemeConfig.editLink\r\nThere is no attribute pattern\n\n### Reproduction\n\n```\r\nexport default defineConfig({\r\n themeConfig: {\r\n editLink:{\r\n pattern: \"https://gitea.com/:path\",\r\n }\r\n }\r\n})\r\n```\n\n### Expected behavior\n\nadd pattern\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.19042\r\n CPU: (8) x64 Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz\r\n Memory: 797.08 MB / 24.00 GB\r\n Binaries:\r\n Node: 16.14.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.18 - C:\\Program Files\\nodejs\\yarn.CMD\r\n npm: 8.11.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (102.0.1245.33)\r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.1 => 1.0.0-alpha.1\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.",[3117],{"name":3118,"color":3119},"bug: pending triage","e99695",775,"themeConfig.editLink There is no attribute pattern","2023-01-21T14:34:15Z","https://github.com/vuejs/vitepress/issues/775",0.7578682,{"description":3126,"labels":3127,"number":3129,"owner":3050,"repository":3051,"state":3085,"title":3130,"updated_at":3131,"url":3132,"score":3133},"### Describe the bug\n\nThe same as #220, it wasn't solved\r\n\r\n> In the markdown file, When reference a image file with encoded URL, it works in the dev mode, but it would fail to build.\n\n### Reproduction\n\n1. Create an image with name, e.g. `A B.jpeg`\r\n2. Add image to markdown file, like this: ``\r\n3. run `npm run docs:dev` to make sure that URL is correct\r\n4. run `npm run docs:build`\r\n\r\nExample: https://stackblitz.com/edit/vite-zztdyw?file=docs/index.md\n\n### Expected behavior\n\nShould build successfully\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 13.2.1\r\n CPU: (8) arm64 Apple M1 Pro\r\n Memory: 102.05 MB / 16.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 19.8.1 - /opt/homebrew/bin/node\r\n npm: 9.6.4 - /opt/homebrew/bin/npm\r\n Browsers:\r\n Safari: 16.3\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.73 => 1.0.0-alpha.73\n```\n\n\n### Additional context\n\n\u003Cimg width=\"1296\" alt=\"image\" src=\"https://user-images.githubusercontent.com/23059846/233844276-91ac01cd-7e46-48c3-8fc8-e4e90bc5ed4b.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.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3128],{"name":3118,"color":3119},2278,"Build operation cannot handle encoded image URL characters ","2023-05-06T00:03:41Z","https://github.com/vuejs/vitepress/issues/2278",0.76084864,{"description":3135,"labels":3136,"number":3140,"owner":3050,"repository":3051,"state":3085,"title":3141,"updated_at":3142,"url":3143,"score":3144},"### Describe the bug\n\nIn a page with a lot of content, it is sometimes impossible to locate a specific location using #id. This may be caused by positioning before the page has fully loaded. Especially when the project is just started, use search to find particularly late content on a certain page (which has a lot of content).\n\n### Reproduction\n\n1. Start the project\r\n2. Use search to search for the title or content at the end of a page (with more content)\r\n3. Can locate the correct page, but cannot locate the content.\n\n### Expected behavior\n\nAfter searching, you can locate the specific location on the specific page.\r\n\n\n### System Info\n\n```Text\nwindows10,chrome120.0.6051.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.",[3137],{"name":3138,"color":3139},"question","5D5FAE",3089,"When there is too much content on the page, using #id may not allow you to locate the specific location.","2023-10-15T07:35:23Z","https://github.com/vuejs/vitepress/issues/3089",0.76339567,["Reactive",3146],{},["Set"],["ShallowReactive",3149],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$flypZfFS8a-fGjQ-wxt91PJhQtO-3NXuyYS5oQkVBWvQ":-1},"/vuejs/vitepress/2348"]