From fe8de0b3cf11bbacd7648a85477426783757a939 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sat, 22 May 2021 00:45:00 +0200 Subject: [PATCH] fix(lint): updated slot --- components/ColorInput.vue | 4 ++-- components/SearchBar.vue | 2 +- layouts/default.vue | 4 ++-- package-lock.json | 9 ++++++++- package.json | 2 +- pages/tools/sys-admin/crontab-generator.vue | 2 +- 6 files changed, 15 insertions(+), 8 deletions(-) diff --git a/components/ColorInput.vue b/components/ColorInput.vue index 33839ac5..b614cad6 100644 --- a/components/ColorInput.vue +++ b/components/ColorInput.vue @@ -7,9 +7,9 @@ :label="label" @input="$emit('input', color)" > -