Skip to content

Commit

Permalink
fix(web): 树图下载按钮不显示
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Sep 7, 2023
1 parent 348b2a5 commit ddaedfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/components/Header/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const handleSearch = debounce(() => {
TRUTH-CLI
</a>
<div class="right">
<ElButton v-if="legend === 'Graph'" :icon="Download" title="下载图片" @click="download" />
<ElButton :icon="Download" title="下载图片" @click="download" />
<ElButton v-if="legend === 'Graph'" :icon="Aim" title="命中/还原节点" @click="handleGraphRoot" />
<ElInput v-model="pkgName" placeholder="搜索依赖" @input="handleSearch">
<template #suffix>
Expand Down

0 comments on commit ddaedfd

Please sign in to comment.