79179207

Date: 2024-11-11 21:43:20
Score: 0.5
Natty:
Report link

Maybe something like this: vuetify-play

  <template>
  <v-app>
    <v-container>
      <v-date-picker></v-date-picker>
    </v-container>
  </v-app>
</template>

<style>
  .v-date-picker-years .v-btn__content::after {
    content: ' Test';
  }
</style>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dimitar Glavyanov