mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(editor): Rename $emits to emits where we use defineEmits (no-changelog) (#9959)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
:href="href"
|
||||
aria-live="polite"
|
||||
v-bind="{
|
||||
...$attrs,
|
||||
...attrs,
|
||||
...(props.nativeType ? { type: props.nativeType } : {}),
|
||||
}"
|
||||
>
|
||||
@@ -29,7 +29,7 @@ import N8nSpinner from '../N8nSpinner';
|
||||
import type { ButtonProps } from 'n8n-design-system/types/button';
|
||||
|
||||
const $style = useCssModule();
|
||||
const $attrs = useAttrs();
|
||||
const attrs = useAttrs();
|
||||
|
||||
defineOptions({ name: 'N8nButton' });
|
||||
const props = withDefaults(defineProps<ButtonProps>(), {
|
||||
|
||||
Reference in New Issue
Block a user