Skip to content
On this page

基本使用

通过 v-model 绑定日期的值

html
<uvCalendar v-model="dateData" />

props

属性含义类型默认值
modelValue双向绑定的值Number0

css变量

css
--uv-calendar-bg-color: #ffffff;
  --uv-calendar-header-shadow: 0 2px 10px rgb(125 126 128 / 16%);

Released under the MIT License.