fix(lint): updated slot

This commit is contained in:
Corentin Thomasset 2021-05-22 00:45:00 +02:00
parent 65bce59f59
commit fe8de0b3cf
No known key found for this signature in database
GPG key ID: DBD997E935996158
6 changed files with 15 additions and 8 deletions

View file

@ -7,9 +7,9 @@
:label="label"
@input="$emit('input', color)"
>
<template v-slot:append>
<template #append>
<v-menu v-model="menu" top nudge-bottom="101" nudge-left="16" :close-on-content-click="false">
<template v-slot:activator="{ on }">
<template #activator="{ on }">
<div :style="swatchStyle" v-on="on" />
</template>
<v-card>

View file

@ -15,7 +15,7 @@
cache-items
@change="choose"
>
<template v-slot:no-data>
<template #no-data>
<v-list-item>
<v-list-item-title>
Search for the <strong>tool</strong> you need!