merge
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user