Skip to content

Commit 2c32a03

Browse files
committed
fix linter issues
1 parent 54dd2fb commit 2c32a03

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/InfoDialog.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
v-bind:key="item"
3636
class="q-mt-sm"
3737
>
38-
<div v-for="(line, index) in item.split('\n')" :key="index">
38+
<div
39+
v-for="(line, index) in item.split('\n')"
40+
v-bind:key="index"
41+
>
3942
{{ line }}
4043
</div>
4144
</li>

0 commit comments

Comments
 (0)