Skip to content

a-slider显示错误 #8319

@NaN-nan8

Description

@NaN-nan8
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.2.6

Environment

win11、Google Chrome版本 130.0.6723.117(正式版本) (64 位)、"vue": "^3.5.13"

Reproduction link

Edit on CodeSandbox

Steps to reproduce

<script lang="ts" setup> import { ref } from "vue"; const value1 = ref([20.01, 30.01]); const min = ref(20.01); const max = ref(30.01); </script>

What is expected?

正常显示30.01

What is actually happening?

显示了30


如果min保持为20.01,而max改为30.02,则会显示为30.01

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions