Y80
Y80
### Describe the bug The transparent effect cannot be effective in real time(when move window). [discord: demo video](https://discord.com/channels/616186924390023171/1104336773800263689) ### Reproduction _No response_ ### Expected behavior _No response_ ### Platform and...
## 问题描述 `.vue` 组件在 `setup() {}` 中返回了 JSX 组件,例如: ```JavaScript defineComponet({ setup() { return () => ok } }) ``` 经过插件编译之后,始终 `const h = this.$createElement`  ## Rspack 配置 ##...