mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Add temporary slot syntax lint exceptions (no-changelog) (#4652)
👕 Add temporary slot lint exceptions
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user