<van-popup show="{{ vantPopupShow }}" position="right" custom-style="width: 100%; height: 100%;" <view style="display: flex; height: 100%; width: 100%; position: relative; overflow: hidden;"> <view style="position: absolute; top: 0; right: 0; left: 0; height: 200rpx;"> ...
设备iphone8 VantWeapp 版本 1.3.1 基础库版本 2.11.1 如果是 UI 问题,截图链接(多图回车分隔) 请提供核心代码片段链接 https://gist.github.com/NiLinli/289a6738b9e3c9a392eb7673af89610f 描述问题 在 van-tab 标签内部放入 popup 相关的组件, popup 在模拟器上面显示
<van-popup v-model="show" round position="bottom" @close="close"> 子组件中绑定了show,报错的大概意思是,避免直接改变属性,因为每当父组件重新渲染时,该值将被覆盖。相反,使用基于属性值的数据或计算属性。通过props传递给子组件的topActive,不能在子组件内部修改props中的show值。 百度了很多方法,但是不能...
微信小程序 BUG 描述 类似这个去掉customWrapper是可以的。 #425 复现步骤 期望结果 实际结果 截图 环境 附加信息 试了下scrollView中 不用Popup包裹Picker,Picker也是正常 zuolungadded thebugSomething isn't workinglabelJul 25, 2023 zuolungpushed a commit that referenced this issueJul 25, 2023 ...