1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 13:14:20 +00:00

fix hydratation bug

This commit is contained in:
Maxime Moraine 2020-05-17 18:11:29 +02:00
parent e6db40180e
commit c4e61f5c70
4 changed files with 3 additions and 4 deletions

View file

@ -2,7 +2,6 @@
<div class="">
<v-navigation-drawer class="main-drawer" v-model="drawer" :clipped="$vuetify.breakpoint.lgAndUp" width="300" app>
<v-list dense nav>
<!-- <v-btn class="hidden-md-and-up site-title" text link block :to="{ path: '/' }"><img src="/dragon_pourpre.svg" />&nbsp;{{ $site.title }}</v-btn> -->
<v-list-item class="hidden-md-and-up site-title" link :to="{path: '/'}">
<v-list-item-avatar>
<img :src="$vuetify.theme.dark ? '/dragon_blanc.svg' : '/dragon_pourpre.svg'">