\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.",[3071],{"name":3072,"color":3073},"bug: pending triage","e99695",2709,"closed","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.7075685,{"description":3081,"labels":3082,"number":3084,"owner":3030,"repository":3031,"state":3075,"title":3085,"updated_at":3086,"url":3087,"score":3088},"### Is your feature request related to a problem? Please describe.\n\nI need to move the user from the page sitename.com/foo/bar to sitename.com/bar, while there can be several pages in foo and I would not like to declare each one manually\n\n### Describe the solution you'd like\n\nTransparent and understandable settings for redirecting from page to page. And the documentation for it.\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\nP.S. I looked at the documentation, but did not see what I need, if it is already there, please point it out to me.\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.",[3083],{"name":3027,"color":3028},2534,"Page redirection","2023-08-14T00:04:24Z","https://github.com/vuejs/vitepress/issues/2534",0.7209425,{"description":3090,"labels":3091,"number":3093,"owner":3030,"repository":3031,"state":3075,"title":3094,"updated_at":3095,"url":3096,"score":3097},"### Describe the bug\n\nAfter build in MPA mode, the woff2 file aren't copy to assets dir, but style.xxx.css used it.\n\n### Reproduction\n\nany md file\n\n### Expected behavior\n\nIn MPA file, the woff2 file can be copied to assets dir\n\n### System Info\n\n```shell\nwindows vitepress@1.0.0-alpha.60\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.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3092],{"name":3072,"color":3073},2094,"Missing woff2 file in MPA mode","2023-03-24T00:04:12Z","https://github.com/vuejs/vitepress/issues/2094",0.727473,{"description":3099,"labels":3100,"number":3101,"owner":3030,"repository":3031,"state":3075,"title":3102,"updated_at":3103,"url":3104,"score":3105},"Hi there,\r\n\r\nJust wondering if there is any way to customize prismjs? Something for adding plugins and confguring a theme would be cool.\r\n\r\nThanks, mano",[],623,"prismjs config?","2023-01-21T16:04:23Z","https://github.com/vuejs/vitepress/issues/623",0.73966056,{"description":3107,"labels":3108,"number":3112,"owner":3030,"repository":3031,"state":3075,"title":3113,"updated_at":3114,"url":3115,"score":3116},"### Describe the bug\n\ncode-group is used, but it does not work\r\n\n\n### Reproduction\n\nI used **stackblitz**\r\n\r\nhttps://stackblitz.com/edit/vite-r6wzwe?file=docs/example.md\n\n### Expected behavior\n\nTabs should be switched.\n\n### System Info\n\n```shell\nstackblitz online\n```\n\n\n### Additional context\n\n\r\n\r\n\r\nThe ID is always created the same.\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.",[3109],{"name":3110,"color":3111},"upstream","BF29ED",1981,"code-group does not work","2023-03-23T00:04:22Z","https://github.com/vuejs/vitepress/issues/1981",0.7429765,{"description":3118,"labels":3119,"number":3121,"owner":3030,"repository":3031,"state":3075,"title":3122,"updated_at":3123,"url":3124,"score":3125},"### Is your feature request related to a problem? Please describe.\r\n\r\nCan the Type.js plugin be built-in to make the homepage look better, or can an entrance be added for developers to run custom JS files for some custom operations\r\n\r\n### Describe the solution you'd like\r\n\r\n[See this doc](https://steven.codes/typerjs/)\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.",[3120],{"name":3027,"color":3028},4086,"Support more plugins","2025-03-08T04:41:54Z","https://github.com/vuejs/vitepress/issues/4086",0.7450998,["Reactive",3127],{},["Set"],["ShallowReactive",3130],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fxjPBm_FLV5O2VZCqO13AGD0MSEfELXcVOH3eJpcnUq8":-1},"/vuejs/vitepress/830"]