fix: Add temporary slot syntax lint exceptions (no-changelog) (#4652)

👕 Add temporary slot lint exceptions
This commit is contained in:
Iván Ovejero
2022-11-18 18:03:51 +01:00
committed by GitHub
parent 44182f23a5
commit c2da21621f
2 changed files with 5 additions and 4 deletions

View File

@@ -69,6 +69,7 @@
:stickyOffset="4"
@drop="onDrop"
>
<!-- eslint-disable-next-line vue/v-slot-style -->
<template v-slot="{ droppable, activeDrop }">
<div
:class="{
@@ -103,10 +104,8 @@
@focus="onInputFocus"
@blur="onInputBlur"
>
<div
v-if="isListMode"
slot="suffix"
>
<!-- eslint-disable-next-line vue/no-deprecated-slot-attribute -->
<div v-if="isListMode" slot="suffix">
<i
:class="{
['el-input__icon']: true,