mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
refactor(lint): fixed lint issues
This commit is contained in:
parent
05da3752ca
commit
e8ea193ff0
5 changed files with 11 additions and 12 deletions
|
@ -10,11 +10,11 @@
|
|||
<template v-slot:append>
|
||||
<v-menu v-model="menu" top nudge-bottom="101" nudge-left="16" :close-on-content-click="false">
|
||||
<template v-slot:activator="{ on }">
|
||||
<div :style="swatchStyle" v-on="on"/>
|
||||
<div :style="swatchStyle" v-on="on" />
|
||||
</template>
|
||||
<v-card>
|
||||
<v-card-text class="pa-0">
|
||||
<v-color-picker v-model="color" flat @input="$emit('input', color)"/>
|
||||
<v-color-picker v-model="color" flat @input="$emit('input', color)" />
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
</v-menu>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue