|
7 | 7 |
|
8 | 8 | <v-expansion-panels> |
9 | 9 | <v-expansion-panel> |
10 | | - <v-expansion-panel-header>Inhalte</v-expansion-panel-header> |
11 | | - <v-expansion-panel-content> |
12 | | - <router-link :to="{ hash: '#dsa-de-one' }" class="text-decoration-none">1. Allgemeines</router-link> |
13 | | - </v-expansion-panel-content> |
14 | | - <v-expansion-panel-content> |
15 | | - <router-link :to="{ hash: '#dsa-de-two' }" class="text-decoration-none">2. Kontaktstelle für Behörden und |
16 | | - Nutzer</router-link> |
17 | | - </v-expansion-panel-content> |
18 | | - <v-expansion-panel-content> |
19 | | - <router-link :to="{ hash: '#dsa-de-three' }" class="text-decoration-none">3. Durchschnittliche monatliche |
20 | | - Zahl der aktiven Nutzer in der EU</router-link> |
21 | | - </v-expansion-panel-content> |
22 | | - <v-expansion-panel-content> |
23 | | - <router-link :to="{ hash: '#dsa-de-four' }" class="text-decoration-none">4. Außergerichtliche |
24 | | - Streitbeilegungsstelle</router-link> |
25 | | - </v-expansion-panel-content> |
| 10 | + <v-expansion-panel-header> |
| 11 | + Inhalt |
| 12 | + </v-expansion-panel-header> |
| 13 | + |
26 | 14 | <v-expansion-panel-content> |
27 | | - <router-link :to="{ hash: '#dsa-de-five' }" class="text-decoration-none">5. Transparenzbericht</router-link> |
| 15 | + <v-list dense> |
| 16 | + <v-list-item> |
| 17 | + <v-list-item-content> |
| 18 | + <router-link :to="{ hash: '#dsa-de-one' }" class="text-decoration-none"> |
| 19 | + <v-list-item-title>1. Allgemeines</v-list-item-title> |
| 20 | + </router-link> |
| 21 | + </v-list-item-content> |
| 22 | + </v-list-item> |
| 23 | + |
| 24 | + <v-list-item> |
| 25 | + <v-list-item-content> |
| 26 | + <router-link :to="{ hash: '#dsa-de-two' }" class="text-decoration-none"> |
| 27 | + <v-list-item-title>2. Kontaktstelle für Behörden und |
| 28 | + Nutzer</v-list-item-title> |
| 29 | + </router-link> |
| 30 | + </v-list-item-content> |
| 31 | + </v-list-item> |
| 32 | + |
| 33 | + <v-list-item> |
| 34 | + <v-list-item-content> |
| 35 | + <router-link :to="{ hash: '#dsa-de-three' }" class="text-decoration-none"> |
| 36 | + <v-list-item-title>3. Durchschnittliche monatliche |
| 37 | + Zahl der aktiven Nutzer in der EU</v-list-item-title> |
| 38 | + </router-link> |
| 39 | + </v-list-item-content> |
| 40 | + </v-list-item> |
| 41 | + |
| 42 | + <v-list-item> |
| 43 | + <v-list-item-content> |
| 44 | + <router-link :to="{ hash: '#dsa-de-four' }" class="text-decoration-none"> |
| 45 | + <v-list-item-title>4. Außergerichtliche |
| 46 | + Streitbeilegungsstelle</v-list-item-title> |
| 47 | + </router-link> |
| 48 | + </v-list-item-content> |
| 49 | + </v-list-item> |
| 50 | + |
| 51 | + <v-list-item> |
| 52 | + <v-list-item-content> |
| 53 | + <router-link :to="{ hash: '#dsa-de-five' }" class="text-decoration-none"> |
| 54 | + <v-list-item-title>5. Transparenzbericht</v-list-item-title> |
| 55 | + </router-link> |
| 56 | + </v-list-item-content> |
| 57 | + </v-list-item> |
| 58 | + </v-list> |
28 | 59 | </v-expansion-panel-content> |
29 | 60 | </v-expansion-panel> |
30 | 61 | </v-expansion-panels> |
|
0 commit comments