ES Lint fix migration to vuetify 2

This commit is contained in:
Stefan Zermatten
2021-03-25 10:20:13 +02:00
parent 6ffb48b7b6
commit 480da6fc7d
42 changed files with 88 additions and 106 deletions

View File

@@ -1,5 +1,7 @@
<template lang="html">
<v-icon v-if="value !== undefined">{{displayedIcon}}</v-icon>
<v-icon v-if="value !== undefined">
{{ displayedIcon }}
</v-icon>
</template>
<script lang="js">

View File

@@ -6,7 +6,6 @@
fill-height
>
<v-layout
row
wrap
fill-height
>