mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-06-16 19:25:13 -04:00
feat: updated memo
This commit is contained in:
parent
0a4abde23d
commit
29c221a8f5
6 changed files with 63 additions and 44 deletions
|
@ -5,7 +5,15 @@
|
|||
Warning: le style/aspect est toujours en wip, so focus on content <br><br>
|
||||
|
||||
<v-row>
|
||||
<v-col cols="12" sm="12" md="6" lg="4" v-for="item in items" :key="item.section" class="memo-section">
|
||||
<v-col
|
||||
v-for="item in items"
|
||||
:key="item.section"
|
||||
cols="12"
|
||||
sm="12"
|
||||
md="6"
|
||||
lg="4"
|
||||
class="memo-section"
|
||||
>
|
||||
<v-card class="mb-5">
|
||||
<v-card-title>{{ item.section }}</v-card-title>
|
||||
<v-card-text>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue