liuhuan1011

Results 7 issues of liuhuan1011

Using wavedrom3.5.0 in vue3.4.21, the error wavedrom.js?v=c79103ed:2702 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'childNodes') at Object.renderWaveElement.... import { ref, onMounted, watch, nextTick } from 'vue'; import...

如何在react脚手架全局设置主题和样式呢

### What problem does this feature solve? 项目中引入了以下组件模块: import { ListTable, Menu, Tooltip } from '@visactor/react-vtable'; import { data, register, themes } from '@visactor/vtable'; 打包结果如下: ![analysis](https://github.com/user-attachments/assets/688330c0-e068-4291-a783-19ca3823d13d) ### What does the...

feature

版本:"@arco-design/web-react": "^2.63.1" 如何全局配置部分常用组件,这样就不用每个页面单独引用这个组件了。 如下: import { Notification, Button, Input, Radio, Message} from '@arco-design/web-react'; 单页面不用上面单个引入,可以直接使用Button组件

![cef00a5620b9abe7ac6b6598a23a460](https://github.com/user-attachments/assets/bfe708a7-7ab6-474c-820d-0917cca235cd) vite5.2.0版本,每次打包都会生成xxxx.mjs文件;如何不生成这种文件。

### What problem does this feature solve? 模块按需引入,但是打包的时候未使用的模块也打包到项目中了。 import { ListTable, Menu, Tooltip } from '@visactor/react-vtable'; import { data, register, themes } from '@visactor/vtable'; ![9d5b9ee190b9a3fd3ef373a15d69900](https://github.com/user-attachments/assets/c53d24ff-a584-40a4-91f6-a6e7a61755ca) ### What does the proposed...

feature

- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Browser:** chrome131.0.0.0 ## Steps...