添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

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

Steps to reproduce

<template>
<el-date-picker v-model="time1"  type="datetime"  :time-arrow-control="true"/>
<el-date-picker v-model="time2"  type="datetime"  :arrow-control="true"/>
</template>
<script setup>
  import { ref } from "vue";
  const   time1 =ref()
  const   time2 =ref()
</script>

What is Expected?

time1 的time部分是上下按钮切换;

What is actually happening?

time1 的time部分是滚动切换;
time2 的time部分是上下按钮切换;

Additional comments

全局搜索了一下 time-arrow-control 不止 DateTimePicker组件 文档里写了;不确定是文档错误,还是没有重新声明该属性