mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-23 04:39:08 +00:00
refactor: Migrate Vue slots to the new syntax (#4603)
Co-authored-by: Alex Grozav <alex@grozav.com>
This commit is contained in:
committed by
GitHub
parent
6757c9a2ea
commit
600b285a44
@@ -11,7 +11,7 @@
|
||||
@click:add="addWorkflow"
|
||||
@update:filters="filters = $event"
|
||||
>
|
||||
<template v-slot="{ data }">
|
||||
<template #default="{ data }">
|
||||
<workflow-card :data="data" @click:tag="onClickTag" />
|
||||
</template>
|
||||
<template #empty>
|
||||
@@ -38,7 +38,7 @@
|
||||
</n8n-card>
|
||||
</div>
|
||||
</template>
|
||||
<template v-slot:filters="{ setKeyValue }">
|
||||
<template #filters="{ setKeyValue }">
|
||||
<div class="mb-s" v-if="settingsStore.areTagsEnabled">
|
||||
<n8n-input-label
|
||||
:label="$locale.baseText('workflows.filters.tags')"
|
||||
|
||||
Reference in New Issue
Block a user