[Vuejs]-How to remove these Timestamps from Vuetify Calendar?

0👍

Just as kissu said, that’s kinda wierd request. But, I guess you can just set the interval text as transparent.

.v-calendar-daily__interval-text {
  color: transparent !important
}

What you’re trying to build sounds more like a trello board to me, you can find a couple tutorials out there if you want to make your own.

Leave a comment