minor
This commit is contained in:
@@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
v-card-actions
|
v-card-actions
|
||||||
v-spacer
|
v-spacer
|
||||||
v-btn(@click='$emit("close")' color='warning') {{$t('common.cancel')}}
|
v-btn(text @click='$emit("close")' color='warning') {{$t('common.cancel')}}
|
||||||
v-btn(@click='importGeneric' :loading='loading' :disabled='loading'
|
v-btn(text @click='importGeneric' :loading='loading' :disabled='loading'
|
||||||
color='primary') {{$t('common.import')}}
|
color='primary') {{$t('common.import')}}
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
.col-xl-5.col-lg-5.col-md-7.col-sm-12.col-xs-12.pa-4.pa-sm-3
|
.col-xl-5.col-lg-5.col-md-7.col-sm-12.col-xs-12.pa-4.pa-sm-3
|
||||||
//- this is needed as v-calendar does not support SSR
|
//- this is needed as v-calendar does not support SSR
|
||||||
//- https://github.com/nathanreyes/v-calendar/issues/336
|
//- https://github.com/nathanreyes/v-calendar/issues/336
|
||||||
client-only
|
client-only(placeholder='Calendar unavailable without js')
|
||||||
Calendar(@dayclick='dayChange' @monthchange='monthChange' :events='filteredEvents')
|
Calendar(@dayclick='dayChange' @monthchange='monthChange' :events='filteredEvents')
|
||||||
|
|
||||||
.col.pt-0.pt-md-2
|
.col.pt-0.pt-md-2
|
||||||
|
|||||||
Reference in New Issue
Block a user