wangyanshen
2023-01-11 4638422d5a6b8146ec0f8ddd1bf17160330a2049
src/views/main/flow-x6/components/ConfigPanel/index.vue
@@ -1,5 +1,5 @@
<template>
  <div class="config" style="width: 100%;height: 100%;">
  <div style="width: 100%;height: 100%;">
    <config-grid v-show="type === 'grid'" />
    <config-node v-show="type === 'node'" :id="id" />
    <config-edge v-show="type === 'edge'" :id="id" />