[Vuejs]-How to put here hyperlink for this date?

1👍

Just wrap the date in an anchor tag.

<v-list-item-content>
            <v-list-item-title>
           <a href="http://www.google.com">02.06.2023</a>
            </v-list-item-title>
        </v-list-item-content>

Leave a comment