This commit is contained in:
2021-09-19 20:14:10 +00:00
parent fce2290f0e
commit e9138c6049

View File

@@ -17,7 +17,9 @@
<v-icon small>$next</v-icon>
</v-btn>
<v-toolbar-title v-if="$refs.calendar">
{{ $refs.calendar.title }}
<v-btn text @click="viewType = 'month'">
{{ $refs.calendar.title }}</v-btn
>
</v-toolbar-title>
<v-spacer></v-spacer>
<v-btn
@@ -98,7 +100,7 @@
>
</div>
<div
v-if="timed"
v-if="timed && event.editable"
class="v-event-drag-bottom"
@mousedown.stop="extendBottom(event)"
></div>