taro Skyline 引擎下Swiper组件内使用v-for动态生成swiper-item会出现第一个和最后一个空白页的问题

bejyjqdl  于 4个月前  发布在  Kylin
关注(0)|答案(1)|浏览(114)

相关平台

微信小程序

小程序基础库: 3.2.2
使用框架: Vue 3

复现步骤

<swiper>
  <swiper-item v-for="i in [1, 2, 3]">
    <view>{{ i }}</view>
  </swiper-item>
</swiper>

期望结果

没有空白页

实际结果

前后各一个空白页

环境信息

👽 Taro v3.6.20

  Taro CLI 3.6.20 environment info:
    System:
      OS: macOS 13.3
      Shell: 5.9 - /bin/zsh
    Binaries:
      Node: 20.3.0 - /opt/homebrew/bin/node
      Yarn: 1.22.19 - /opt/homebrew/bin/yarn
      npm: 9.6.7 - /opt/homebrew/bin/npm
    npmPackages:
      @tarojs/cli: 3.6.20 => 3.6.20 
      @tarojs/components: 3.6.20 => 3.6.20 
      @tarojs/helper: 3.6.20 => 3.6.20 
      @tarojs/plugin-framework-vue3: 3.6.20 => 3.6.20 
      @tarojs/plugin-html: 3.6.20 => 3.6.20 
      @tarojs/plugin-platform-alipay: 3.6.20 => 3.6.20 
      @tarojs/plugin-platform-h5: 3.6.20 => 3.6.20 
      @tarojs/plugin-platform-jd: 3.6.20 => 3.6.20 
      @tarojs/plugin-platform-qq: 3.6.20 => 3.6.20 
      @tarojs/plugin-platform-swan: 3.6.20 => 3.6.20 
      @tarojs/plugin-platform-tt: 3.6.20 => 3.6.20 
      @tarojs/plugin-platform-weapp: 3.6.20 => 3.6.20 
      @tarojs/runtime: 3.6.20 => 3.6.20 
      @tarojs/shared: 3.6.20 => 3.6.20 
      @tarojs/taro: 3.6.20 => 3.6.20 
      @tarojs/taro-loader: 3.6.20 => 3.6.20 
      @tarojs/webpack5-runner: 3.6.20 => 3.6.20 
      babel-preset-taro: 3.6.20 => 3.6.20 
      eslint-config-taro: 3.6.20 => 3.6.20

补充信息

同样的代码切回 webview 就正常, 切换为 skyline 就出问题

e37o9pze

e37o9pze1#

vuejs/core#8705

已经跟 skyline 开发人员反应此问题,暂时规避吧,等他们修复

相关问题