\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.",[2930],{"name":2931,"color":2932},"need more info","bdbefc",4124,"actionText prop on VPTeamMembers components doesn't works","2024-08-20T04:43:16Z","https://github.com/vuejs/vitepress/issues/4124",0.72545946,{"description":2939,"labels":2940,"number":2944,"owner":2871,"repository":2872,"state":2894,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### Describe the bug\n\nTrying to upgrade a pre-alpha VitePress documentation to latest alpha, build fails. Issue seems related to `@vueuse/core` but I'm unsure what's the actual issue.\r\n\r\n```\r\n➜ nr docs:build\r\n\r\n> @preset/monorepo@ docs:build /Users/enzoinnocenzi/Code/projects/preset/preset\r\n> vitepress build docs\r\n\r\nvitepress v1.0.0-alpha.36\r\n✓ building client + server bundles...\r\nbuild error:\r\n file:///Users/enzoinnocenzi/Code/projects/preset/preset/node_modules/@vueuse/shared/index.mjs:1\r\nimport { shallowRef, watchEffect, readonly, unref, ref, isVue3, version, watch, customRef, getCurrentScope, onScopeDispose, effectScope, provide, inject, isRef, computed, reactive, toRefs as toRefs$1, toRef, isVue2, set as set$1, getCurrentInstance, onBeforeMount, nextTick, onBeforeUnmount, onMounted, onUnmounted, isReactive } from 'vue-demi';\r\n ^^^^^^^^\r\nSyntaxError: Named export 'computed' not found. The requested module 'vue-demi' is a CommonJS module, which may not support all module.exports as named exports.\r\nCommonJS modules can always be imported via the default export, for example using:\r\n\r\nimport pkg from 'vue-demi';\r\nconst { shallowRef, watchEffect, readonly, unref, ref, isVue3, version, watch, customRef, getCurrentScope, onScopeDispose, effectScope, provide, inject, isRef, computed, reactive, toRefs: toRefs$1, toRef, isVue2, set: set$1, getCurrentInstance, onBeforeMount, nextTick, onBeforeUnmount, onMounted, onUnmounted, isReactive } = pkg;\r\n\r\n at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21)\r\n at async ModuleJob.run (node:internal/modules/esm/module_job:190:5)\r\n ELIFECYCLE Command failed with exit code 1.\r\n```\r\n\r\nNote that the development server works as expected, only the build fails.\n\n### Reproduction\n\nSee the following repository: https://github.com/preset/preset\r\nClone it, install dependencies using `pnpm` and build the docs using `pnpm run docs:build`.\n\n### Expected behavior\n\nThe build should work.\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 13.1\r\n CPU: (10) arm64 Apple M1 Pro\r\n Memory: 276.63 MB / 16.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 19.2.0 - /opt/homebrew/bin/node\r\n Yarn: 1.22.18 - /opt/homebrew/bin/yarn\r\n npm: 8.19.3 - /opt/homebrew/bin/npm\r\n Browsers:\r\n Chrome: 108.0.5359.124\r\n Firefox: 108.0.2\r\n Safari: 16.2\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.36 => 1.0.0-alpha.36\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.",[2941],{"name":2942,"color":2943},"build","377ba8",1791,"Build fails using 1.0.0-alpha.36","2023-01-21T14:16:42Z","https://github.com/vuejs/vitepress/issues/1791",0.72676533,{"description":2950,"labels":2951,"number":2955,"owner":2871,"repository":2872,"state":2894,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Describe the bug\n\nMy markdown text:\r\n\r\n\u003Cimg width=\"1015\" alt=\"image\" src=\"https://user-images.githubusercontent.com/80906525/155890963-b51635a5-4b51-47c7-a7c2-b1236c756a4b.png\">\r\n\r\n\r\n```md\r\n# Test\r\n\r\nYou can use Vue-style interpolation in markdown, such as `{{ 1 + 1 }}`.\r\n\r\n```\r\n\r\n\r\nBut it rendered as:\r\n\r\n\u003Cimg width=\"674\" alt=\"image\" src=\"https://user-images.githubusercontent.com/80906525/155890922-5e57942a-b66d-4cab-9fd6-c85fcea7ddf4.png\">\r\n\r\n\r\n\n\n### Reproduction\n\n1. Create a vitepress project;\r\n2. Add a index.md file and input text:\r\n\r\n```md\r\n# Test\r\n\r\nYou can use Vue-style interpolation in markdown, such as `{{ 1 + 1 }}`.\r\n\r\n```\n\n### Expected behavior\n\n# Test\r\n\r\nYou can use Vue-style interpolation in markdown, such as `{{ 1 + 1 }}`.\r\n\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 12.2.1\r\n CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz\r\n Memory: 16.68 MB / 8.00 GB\r\n Shell: 5.8 - /bin/zsh\r\n Binaries:\r\n Node: 16.13.1 - /usr/local/bin/node\r\n npm: 8.1.2 - /usr/local/bin/npm\r\n Browsers:\r\n Chrome: 98.0.4758.109\r\n Safari: 15.3\r\n npmPackages:\r\n vitepress: ^0.22.3 => 0.22.3\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.",[2952],{"name":2953,"color":2954},"question","5D5FAE",559,"Why my Vue-style interpolation `{{ 1 + 1 }}` rendered as `2` ?","2023-01-21T16:04:19Z","https://github.com/vuejs/vitepress/issues/559",0.7278786,{"description":2961,"labels":2962,"number":2963,"owner":2871,"repository":2872,"state":2894,"title":2964,"updated_at":2965,"url":2966,"score":2967},"This might be more a fundamental Vue question, so please excuse my ignorance.\r\n\r\nI've been trying to use https://github.com/Jacobs63/vue3-tabs-component to render tabs inside my docs and that itself works fine.\r\n\r\nHowever, the real reason was to have code examples in tabs with each tab showing the same example in a different style / language.\r\nIt looks to me as if that is not possible due to encoding of the provided raw content.\r\n\r\nI've tried `v-html` and `v-pre` with no luck. Any suggestions or a definitive \"Doesn't work\" would be appreciated.",[],621,"Using codeblock or code snippet inside component","2023-01-21T14:35:56Z","https://github.com/vuejs/vitepress/issues/621",0.7285943,["Reactive",2969],{},["Set"],["ShallowReactive",2972],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$faEk2Mi32tKGjjPtYjKcNkJFUUU4Vj3r76gxne3e9LUI":-1},"/vuejs/vitepress/1714"]