This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |