refactor(editor): Stop importing Vue compiler macros (#10890)

This commit is contained in:
Ricardo Espinoza
2024-09-19 13:53:23 -04:00
committed by GitHub
parent fdef6c9f0d
commit 48294e7ec1
5 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { withDefaults, defineProps, defineEmits, ref, computed } from 'vue';
import { ref, computed } from 'vue';
import {
WEBHOOK_NODE_TYPE,
MANUAL_TRIGGER_NODE_TYPE,