This commit is contained in:
2025-12-01 19:55:22 +08:00
parent 5e43ba500e
commit 532b5b784c
2 changed files with 1 additions and 7 deletions

View File

@@ -21,9 +21,6 @@
<script lang="ts" setup>
import { inject, onMounted, reactive } from 'vue';
// import { setNodeAttribute } from './nodeEvents';
// const emits = defineEmits(['attribute', 'param']);
const appProperty = reactive({
name: '',
@@ -108,9 +105,6 @@ onMounted(() => {
color: white;
font-weight: bold;
flex-shrink: 0;
}
.app-text {
}
.app-info {
display: flex;

View File

@@ -5,7 +5,7 @@
</template>
<script setup lang="ts">
import { ref, defineProps, defineEmits, watch, onMounted, nextTick } from 'vue';
import { ref, watch, onMounted } from 'vue';
import { ElMessage } from 'element-plus';
import { Graph } from '@antv/x6';
import { queryFlowTemplateDetailApi } from '@/api/capability/flow';