\r\n\u003Cimg alt=\"Minecraft Version\" src=\"https://img.shields.io/badge/Minecraft-1.8--1.20-blue?style=flat&color=green\"/>\r\n\u003Cimg alt=\"GitHub Release\" src=\"https://img.shields.io/github/v/release/NoNameGMM/SignInForMiraiMC?style=flat&label=Release\"/>\r\n```\r\n\r\n正常来说应该是这样:\r\n\u003Cimg width=\"249\" alt=\"photo1\" src=\"https://github.com/vuejs/vitepress/assets/109721871/d5c41be5-f3df-43f7-bd88-a2f12a11490f\">\r\n\r\n可是vitepress的效果是:\r\n\u003Cimg width=\"107\" alt=\"屏幕截图 2024-03-03 200157\" src=\"https://github.com/vuejs/vitepress/assets/109721871/a5b20517-2e3f-4fb0-9390-1f06cdbbebd6\">\r\n\r\n\r\n\n\n### Reproduction\n\n同上\n\n### Expected behavior\n\n我想要实现正常markdown的效果\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 11 10.0.22631\r\n CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics\r\n Memory: 1.68 GB / 13.86 GB\r\n Binaries:\r\n Node: 20.10.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.21 - ~\\AppData\\Roaming\\npm\\yarn.CMD\r\n npm: 10.2.3 - C:\\Program Files\\nodejs\\npm.CMD\r\n pnpm: 8.15.4 - ~\\AppData\\Roaming\\npm\\pnpm.CMD\r\n Browsers:\r\n Edge: Chromium (122.0.2365.59)\r\n Internet Explorer: 11.0.22621.1\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.44 => 1.0.0-rc.44\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.",[],3631,"使用shields.io徽标时图片自动换行","2024-03-11T00:04:39Z","https://github.com/vuejs/vitepress/issues/3631",0.7546137,{"description":3098,"labels":3099,"number":3103,"owner":3024,"repository":3025,"state":3075,"title":3104,"updated_at":3105,"url":3106,"score":3107},"### Describe the bug\r\n\r\nI'm getting some errors when running `pnpm build`, I guess it's because I should somehow wrap this component causing the error in `\u003CClientOnly />`, but how should I find the exact cause from the error log? It does not provide any useful details (see below screenshot)\r\n\r\n---\r\n\r\nAnother question, as I guess my error is because of this:\r\nShould I wrap `watch()` inside `onMounted()`? or in another word, can I do it? I didn't find any corresponding example in Vue documentation... \r\nSorry if this is a dumb question, as I'm a react guy :(\r\n```vue\r\n\u003Cscript setup lang=\"ts\">\r\nimport { useLocalStorage } from '@vueuse/core';\r\nimport { watch } from 'vue';\r\n\r\nconst nfcapiEnvRef = useLocalStorage('vp-nfcapi-env', 'staging', {\r\n deep: false,\r\n listenToStorageChanges: true,\r\n writeDefaults: true\r\n});\r\n\r\nwatch(nfcapiEnvRef, (value, oldValue) => {\r\n const htmlDataSet = document.documentElement.dataset;\r\n oldValue && (htmlDataSet.nfcapiEnv = oldValue.toLowerCase());\r\n htmlDataSet.nfcapiEnv = value.toLowerCase();\r\n}, { immediate: true });\r\n\u003C/script>\r\n```\r\n\r\n---\r\n\r\nScreenshot of the error:\r\n\r\n\r\n\r\n\r\n\r\n### Reproduction\r\n\r\nThis is not a bug, but a question\r\n\r\n### Expected behavior\r\n\r\nN/A\r\n\r\n### System Info\r\n\r\n```sh\r\nSystem:\r\n OS: Windows 10 10.0.19045\r\n CPU: (16) x64 11th Gen Intel(R) Core(TM) i9-11900K @ 3.50GHz\r\n Memory: 30.87 GB / 63.84 GB\r\n Binaries:\r\n Node: 18.16.0 - C:\\NodeJS\\node.EXE\r\n Yarn: 1.22.19 - C:\\NodeJS\\yarn.CMD\r\n npm: 9.8.0 - C:\\NodeJS\\npm.CMD\r\n pnpm: 8.6.7 - C:\\NodeJS\\pnpm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (114.0.1823.82)\r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: ^1.0.0-beta.5 => 1.0.0-beta.5\r\n```\r\n\r\n\r\n### Additional context\r\n\r\nN/A\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":3101,"color":3102},"question","5D5FAE",2627,"How should I trace build error?","2023-07-24T00:04:51Z","https://github.com/vuejs/vitepress/issues/2627",0.7578069,{"description":3109,"labels":3110,"number":3114,"owner":3024,"repository":3025,"state":3075,"title":3115,"updated_at":3116,"url":3117,"score":3118},"### Describe the bug\n\nIf you use the VPTeamMembers component provided by vitepress you are forced to use an avatar with it.\r\nOtherwise the browser displays a missing image.\r\nIf you dont have an image of a person, you cannot use this component or have to design an own \"missing\" avatar icon.\r\n\n\n### Reproduction\n\nUse the VPTeamMembers component in any page and have an empty avatar attribute.\r\n\r\n```yml\r\n {\r\n avatar: '',\r\n name: 'Evan You',\r\n title: 'Creator',\r\n links: [\r\n { icon: 'github', link: 'https://github.com/yyx990803' },\r\n { icon: 'twitter', link: 'https://twitter.com/youyuxi' }\r\n ]\r\n }\r\n```\n\n### Expected behavior\n\nComponent should not rely on that avatar image.\r\n\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.19044\r\n CPU: (32) x64 AMD Ryzen 9 3950X 16-Core Processor\r\n Memory: 106.32 GB / 127.91 GB\r\n Binaries:\r\n Node: 16.14.2 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - ~\\AppData\\Roaming\\npm\\yarn.CMD\r\n npm: 8.7.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (103.0.1264.71)\r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.4 => 1.0.0-alpha.4\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.",[3111],{"name":3112,"color":3113},"theme","0754FB",1073,"VPTeamMembers requires avatar to get displayed correctly","2023-03-29T00:04:08Z","https://github.com/vuejs/vitepress/issues/1073",0.759718,{"description":3120,"labels":3121,"number":3126,"owner":3024,"repository":3025,"state":3075,"title":3127,"updated_at":3128,"url":3129,"score":3130},"### Describe the bug\n\nvitepress has missing peer dependencies\r\n\r\n```\r\n➜ pnpm up\r\nPackages: +4 -4\r\n++++----\r\nProgress: resolved 777, reused 759, downloaded 2, added 4, done\r\n\r\ndevDependencies:\r\n- @types/node 16.11.12\r\n+ @types/node 16.11.13\r\n- vitepress 0.20.6\r\n+ vitepress 0.20.9\r\n\r\n WARN Issues with peer dependencies found\r\n.\r\n└─┬ vitepress\r\n └─┬ @docsearch/js\r\n └─┬ @docsearch/react\r\n ├── ✕ missing peer @types/react@\">= 16.8.0 \u003C 18.0.0\"\r\n ├── ✕ missing peer react@\">= 16.8.0 \u003C 18.0.0\"\r\n ├── ✕ missing peer react-dom@\">= 16.8.0 \u003C 18.0.0\"\r\n └─┬ @algolia/autocomplete-preset-algolia\r\n └── ✕ missing peer @algolia/client-search@^4.9.1\r\nPeer dependencies that should be installed:\r\n @algolia/client-search@^4.9.1 react-dom@\">= 16.8.0 \u003C 18.0.0\" \r\n @types/react@\">= 16.8.0 \u003C 18.0.0\" react@\">= 16.8.0 \u003C 18.0.0\" \r\n```\n\n### Reproduction\n\n`pnpm up` or `pnpm i`\n\n### Expected behavior\n\nHave no missing peer dependencies\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 11.6.2\r\n CPU: (8) x64 Intel(R) Core(TM) i7-8569U CPU @ 2.80GHz\r\n Memory: 2.74 GB / 16.00 GB\r\n Shell: 5.8 - /bin/zsh\r\n Binaries:\r\n Node: 16.13.1 - ~/Library/pnpm/node\r\n Yarn: 1.22.17 - ~/Library/pnpm/yarn\r\n npm: 8.1.2 - ~/Library/pnpm/npm\r\n Watchman: 2021.12.06.00 - /usr/local/bin/watchman\r\n Browsers:\r\n Chrome: 96.0.4664.55\r\n Chrome Canary: 99.0.4766.0\r\n Firefox: 95.0\r\n Firefox Developer Edition: 96.0\r\n Firefox Nightly: 97.0a1\r\n Safari: 15.1\r\n npmPackages:\r\n vitepress: ^0.20.9 => 0.20.9\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.",[3122,3123],{"name":3062,"color":3063},{"name":3124,"color":3125},"upstream","BF29ED",472,"Issues with peer dependencies","2025-07-26T21:28:29Z","https://github.com/vuejs/vitepress/issues/472",0.76085055,["Reactive",3132],{},["Set"],["ShallowReactive",3135],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fZUkceH8XmNG6OJ0Xv9rOsQ-kgMOqc0FlDzh6YCue8BE":-1},"/vuejs/vitepress/1999"]