我正在使用Vuetify日历进行约会。我尝试使用广告位来自定义日历的默认标题,但未获得预期的结果。想要对其进行自定义,如图所示... 代码
<v-calendar ref="calendar" :now="today" :value="today" :events="events" color="primary" type="week">
<template v-slot:day-header="{date}">
<v-btn color="success">{{date}}</v-btn>
</template>
相同的Codepen:https://codepen.io/spider007/pen/YzyGgPY