Y80

Results 2 issues of 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...

type: bug
platform: macOS
status: needs triage

## 问题描述 `.vue` 组件在 `setup() {}` 中返回了 JSX 组件,例如: ```JavaScript defineComponet({ setup() { return () => ok } }) ``` 经过插件编译之后,始终 `const h = this.$createElement` ![image](https://github.com/vuejs/jsx-vue2/assets/40132433/ffdc0ab9-9b50-4b57-8561-3724d1d6ad61) ## Rspack 配置 ##...