Phi

Results 2 issues of Phi

### Reproduction Link https://github.com/phil668/vant-toast-repo ### Vant Version 4.9.18 ### Describe the Bug ### 具体现象 当通过api的方式使用Toast组件并设置forbidClick=true时。在调用closeToast后,Toast组件没有同步消失。此时若与其他元素产生click等交互行为,会导致视觉上Toast还存在,但页面已经可以点击,会被误认为Toast组件的forbidClick禁用效果未生效。 Toast组件调用方式和传参如下: ```vue import { closeToast, showToast } from "vant"; import { ref } from "vue";...

bug: need confirm

### Reproduction Link https://codesandbox.io/p/devbox/vant-4-issue-template-forked-fw7zr3 ### Vant Version 4.9.21 ### Describe the Bug ## 问题描述 当 Slider 组件的 `step` 值相对较大时,`format` 函数可能返回超出 `max` 范围的值 ### Reproduce Steps ## 复现步骤 1. 配置 Slider...

bug: need confirm