fix: update

This commit is contained in:
Fine 2023-05-30 10:23:08 +08:00
parent 29155118fc
commit d31b952a1f

View File

@ -38,6 +38,7 @@ limitations under the License. -->
{{ t("analysis") }}
</el-button>
</div>
<div v-if="continousProfilingStore.selectedTask.type">
<div
class="vis-graph-topology ml-5"
v-loading="networkProfilingStore.loadNodes"
@ -57,6 +58,7 @@ limitations under the License. -->
</div>
</div>
</div>
</div>
</template>
<script lang="ts" setup>
import { ref, watch } from "vue";