Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

up-slider在up-modal组件里面使用时无法拖动 #505

Open
DirTea opened this issue Sep 9, 2024 · 0 comments
Open

up-slider在up-modal组件里面使用时无法拖动 #505

DirTea opened this issue Sep 9, 2024 · 0 comments

Comments

@DirTea
Copy link

DirTea commented Sep 9, 2024

问题描述
up-slider在up-modal组件里面使用时无法拖动
在h5端能正常使用,在微信小程序就会无法拖动

复现步骤

<template>
  <up-modal :show="modelShow">
    <view class="slot-content" style="width: 100%">
      <up-slider v-model="sliderValue" min="1" max="4" showValue></up-slider>
    </view>
  </up-modal>
</template>

<script setup> 
import { ref } from "vue";
const modelShow = ref(false);
const sliderValue = ref(4);
</script>

版本(请填写以下信息)

  • HBuilderX:4.24
  • uview-plus:3.3.28
  • 开发者工具版本:微信开发者工具1.0.6

平台(请填写以下信息)

  • 平台:微信小程序Android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant