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

aperçu des sorts de clerc au survol

This commit is contained in:
Maxime Moraine 2020-04-11 18:01:59 +02:00
parent 210a86b6c4
commit 637b99110c
1315 changed files with 7237 additions and 8069 deletions

View file

@ -1,6 +1,7 @@
<template>
<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>
<template v-for="item in items">
<v-list-group v-if="item.children" :key="item.title" :value="isExpanded(item)" color="accent">
<template v-slot:activator>