mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
chore: Remove explicit defineProps
import (no-changelog) (#12867)
This commit is contained in:
parent
0979a99309
commit
0bb65f27ab
|
@ -3,7 +3,7 @@
|
|||
// eslint-disable import/no-extraneous-dependencies
|
||||
import { onClickOutside } from '@vueuse/core';
|
||||
import { isEmojiSupported } from 'is-emoji-supported';
|
||||
import { ref, defineProps, computed } from 'vue';
|
||||
import { ref, computed } from 'vue';
|
||||
|
||||
import { useI18n } from '../../composables/useI18n';
|
||||
import N8nTooltip from '../N8nTooltip';
|
||||
|
|
Loading…
Reference in a new issue