We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9e919 commit d6ff5d1Copy full SHA for d6ff5d1
src/components/RoadTabs.vue
@@ -8,7 +8,7 @@
8
<v-tabs-slider />
9
<template
10
v-for="roadId in Object.keys(roads)"
11
- class = "m-0 p-0"
+ class="m-0 p-0"
12
>
13
<v-tab
14
:key="roadId"
@@ -22,7 +22,7 @@
22
<v-icon>edit</v-icon>
23
</v-btn>
24
</v-tab>
25
- <v-divider class = "mt-0 mb-0" vertical inset/>
+ <v-divider :key="roadId" class="mt-0 mb-0" vertical inset />
26
</template>
27
<v-dialog v-model="editDialog" max-width="600" @input="newRoadName = ''">
28
<v-card>
0 commit comments