b2nil/taro-ui-vue3

SwipeAction 第一次触发无反应

allen-wiki opened this issue · 4 comments

问题描述

使用SwipeAction 组件 进行第一个滑动 无反应,第二次触发后正常

版本信息

版本信息如下
"@tarojs/components": "3.1.1",
"@tarojs/runtime": "3.1.1",
"@tarojs/taro": "3.1.1",
"taro-ui-vue3": "^1.0.0-alpha.18",
"vue": "^3.0.5",

涉及的平台

weapp下不正常 其他端未测试

错误信息

// error message here
无报错信息

代码

// code here

视频演示https://share.weiyun.com/yhBg7mha

b2nil commented

我这边用了下面的依赖版本跑了一下,不能复现这个问题。

 "dependencies": {
    "taro-ui-vue3": "1.0.0-alpha.18",
    "vue": "3.0.5"
  },
 "devDependencies": {    
    "@vue/compiler-sfc": "3.0.5",
 }

能贴一下你的代码吗?

b2nil commented

taro 3.1.1 的确存在这个问题。
taro 相关依赖升级到最新版本可修复这个问题。