Skip to content

Instantly share code, notes, and snippets.

View Vadimnick's full-sized avatar

Vadimnick Vadimnick

  • Almaty
View GitHub Profile
@Nicklas2751
Nicklas2751 / Calendar.vue
Created May 26, 2020 18:54
The vuetify event calendar example with typescript
<template>
<v-row class="fill-height">
<v-col>
<v-sheet height="64">
<v-toolbar flat color="white">
<v-btn outlined class="mr-4" color="grey darken-2" @click="setToday">Today</v-btn>
<v-btn fab text small color="grey darken-2" @click="prev">
<v-icon small>mdi-chevron-left</v-icon>
</v-btn>
<v-btn fab text small color="grey darken-2" @click="next">