fix: set configurations for process topology (#150)

This commit is contained in:
Fine0830
2022-08-29 17:32:49 +08:00
committed by GitHub
parent 1a989a1434
commit d8889f1787
3 changed files with 11 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ limitations under the License. -->
<span>{{ t("delete") }}</span>
</div>
</el-popover>
<Content />
<Content :config="props.data" />
</div>
</template>
<script lang="ts" setup>