This commit is contained in:
@@ -17,7 +17,9 @@
|
|||||||
<v-icon small>$next</v-icon>
|
<v-icon small>$next</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
<v-toolbar-title v-if="$refs.calendar">
|
<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-toolbar-title>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
<v-btn
|
<v-btn
|
||||||
@@ -98,7 +100,7 @@
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="timed"
|
v-if="timed && event.editable"
|
||||||
class="v-event-drag-bottom"
|
class="v-event-drag-bottom"
|
||||||
@mousedown.stop="extendBottom(event)"
|
@mousedown.stop="extendBottom(event)"
|
||||||
></div>
|
></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user