如何通过日历更改周六和周日的颜色?

问题描述

我想使用vuetify.js更改星期日(红色)和星期六(蓝色)的颜色

        <v-calendar
          ref="calendar"
          v-model="focus"
          color="primary"
          locale="ja-jp"
          :weekdays="weekday"
          :day-format="timestamp => new Date(timestamp.date).getDate()"
          :month-format="timestamp => (new Date(timestamp.date).getMonth() + 1) + ' /'"
          :events="events"
          :event-color="getEventColor"
          :type="type"
          @click:event="showEvent"
          @click:more="viewDay"
          @click:date="viewDay"
          @change="updaterange"
        >
        </v-calendar>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)