mirror of
https://github.com/CorentinTh/it-tools.git
synced 2026-05-13 02:48:32 -04:00
refactor(lint): fixed lint issues
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user