ES Lint fix migration to vuetify 2
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
fill-height
|
||||
>
|
||||
<v-layout
|
||||
row
|
||||
wrap
|
||||
fill-height
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user