\n\n\u003Cimg width=\"1460\" height=\"328\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/3b17c9ae-2639-4ca1-bec2-885d45b00416\" />\n\n### Expected behavior\n\nPage `http://localhost:5173/` should response every savings.\n\n### System Info\n\n```Text\nSystem:\n OS: Windows 11 10.0.26100\n CPU: (12) x64 13th Gen Intel(R) Core(TM) i7-13700K\n Memory: 2.93 GB / 8.58 GB\nBinaries:\n Node: 22.17.1 - C:\\Program Files\\nodejs\\node.EXE\n npm: 11.4.2 - C:\\Program Files\\nodejs\\npm.CMD\nBrowsers:\n Edge: Chromium (139.0.3405.86)\nnpmPackages:\n vitepress: ^2.0.0-alpha.10 => 2.0.0-alpha.10\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.",[],4909,"hmr update only works once in version 2.0.0-alpha.10","2025-08-14T05:08:24Z","https://github.com/vuejs/vitepress/issues/4909",0.7020376,{"description":3208,"labels":3209,"number":3213,"owner":3155,"repository":3156,"state":3166,"title":3214,"updated_at":3215,"url":3216,"score":3217},"### Describe the bug\r\n\r\nI locate the problematic line by commenting. When `{{ }}` appears, Vitepress parses the code block in the `` line incorrectly.\r\nFor example:\r\n```jsx\r\n\u003Cdiv style={{ opacity: 1}}/>\r\n```\r\n\r\n### Reproduction\r\n\r\nnull\r\n\r\n### Expected behavior\r\n\r\nSupport to use `{{}}` in `` inline code blocks.\r\n\r\n### System Info\r\n\r\n```shell\r\nnull\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n\r\n\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.vuejs.org).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3210],{"name":3211,"color":3212},"invalid","ffffff",1988,"Build Error: Not Support {{}} in ``","2023-03-04T00:04:19Z","https://github.com/vuejs/vitepress/issues/1988",0.71409166,{"description":3219,"labels":3220,"number":3224,"owner":3155,"repository":3156,"state":3166,"title":3225,"updated_at":3226,"url":3227,"score":3228},"### Describe the bug\n\nStart the service (npm run docs:dev), modify Markdown, and view the results in real time, but there seems to be a problem after rendering, as shown in the video.\r\n\r\n[video](https://youtu.be/3DDyb4uh3j0)\r\n\r\n\r\n\r\n\n\n### Reproduction\n\n1. npm run docs:dev\r\n2. modify markdown\r\n3. view results\r\n4. HMR reload html\r\n5. **The content is rendered repeatedly**\r\n\n\n### Expected behavior\n\nHMR updates the content normally\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 10.15.7\r\n CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz\r\n Memory: 91.06 MB / 16.00 GB\r\n Shell: 5.7.1 - /bin/zsh\r\n Binaries:\r\n Node: 12.22.2 - /usr/local/opt/node@12/bin/node\r\n Yarn: 1.22.10 - /usr/local/bin/yarn\r\n npm: 6.14.13 - /usr/local/opt/node@12/bin/npm\r\n Browsers:\r\n Chrome: 91.0.4472.114\r\n Safari: 14.1.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/coc)\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.",[3221],{"name":3222,"color":3223},"need more info","bdbefc",333,"HMR seems to be a bit of an anomaly","2023-01-21T16:20:23Z","https://github.com/vuejs/vitepress/issues/333",0.7144026,{"description":3230,"labels":3231,"number":3232,"owner":3155,"repository":3156,"state":3166,"title":3233,"updated_at":3234,"url":3235,"score":3236},"### Describe the bug\n\n\r\n\r\n\n\n### Reproduction\n\n引入外部资源\n\n### Expected behavior\n\n起作用\n\n### System Info\n\n```shell\n...\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.",[],667,"md 文件引入vue失败","2023-01-21T14:35:40Z","https://github.com/vuejs/vitepress/issues/667",0.7203714,{"description":3238,"labels":3239,"number":3243,"owner":3155,"repository":3156,"state":3166,"title":3244,"updated_at":3245,"url":3246,"score":3247},"### Describe the bug\n\nI've been trying to add a view transition effect to the article links on the homepage recently, I saw such a display effect.\r\n\r\nhttps://github.com/user-attachments/assets/6c0636c7-cd6e-495b-acee-3460bdf80f43\r\n\r\nWhen I first clicked on the article link, the transition effect displayed normally. After clicking the same article link a second time, could see the article flicker for a moment.\n\n### Reproduction\n\nThe link below is my relevant code, which is very simple, containing only a template for an \"a\" link, and then there is a click event listener that executes a transition effect upon clicking.\r\n\r\nhttps://github.com/shellRaining/blog/blob/main/theme/Home/PostItem.vue\r\n\r\nAfter my investigation, I found that an event listener was at too high a level, preventing me from intercepting its actions.\r\n\r\nhttps://github.com/vuejs/vitepress/blob/8f31a4c0780657af9137762c9394c56912f6e383/src/client/app/router.ts#L174-L239\r\n\r\nI attempted to intercept this event by using the `capture` and `stopImmediatePropagation` functions, but due to the timing of the setup being relatively late, it was not possible to achieve this. When I replaced the `a` link with `button`, this bug no longer occurred.\n\n### Expected behavior\n\nI hope to adjust the hierarchy of this listener so that users can customize link jump behavior.\n\n### System Info\n\n```Text\nSystem:\r\n OS: macOS 14.1\r\n CPU: (8) arm64 Apple M1\r\n Memory: 78.14 MB / 8.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 22.4.1 - /opt/homebrew/bin/node\r\n Yarn: 1.22.22 - /opt/homebrew/bin/yarn\r\n npm: 10.8.1 - /opt/homebrew/bin/npm\r\n pnpm: 9.6.0 - ~/Library/pnpm/pnpm\r\n Watchman: 2024.07.15.00 - /opt/homebrew/bin/watchman\r\n Browsers:\r\n Safari: 17.1\r\n Chrome: upon 111\n```\n\n\n### Additional context\n\nIs there any other way to solve this problem? I once wanted to use `onBeforeRouteChange` hook, but seems not suit my requirement.\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":3241,"color":3242},"client","1AA9E5",4075,"The default click listener added by the router.ts level is too high","2024-08-02T04:42:53Z","https://github.com/vuejs/vitepress/issues/4075",0.72214663,["Reactive",3249],{},["Set"],["ShallowReactive",3252],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fNAegDGicl4sB695-X3tRAixJTUyTsYKXVQ4snktaQRs":-1},"/vuejs/vitepress/1985"]