【bug】uni-transition 与其同层 dom 节点存在 v-if 变动时,translate 会在弹出状态下初始化
Open
bug
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 661
- PR merge metrics
- No merged PRs in 30d
Description
### 最小复现代码片段
```
点我弹框
11111
我是弹框内容
操作dom
点我关闭
import { ref } from "vue";
const show = ref(false);
const temp = ref(false);
```
> 在弹出状态下操作 dom 时,translateY 会从 0 变为 100%
**步骤**:`点我弹框 -> 操作dom` 会出现弹框内容回到底部
uni-ui: 1.4.22
vue: 3.2.33
vite: 2.9.5
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.