This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user