Skip to content

Commit

Permalink
fix tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 committed Feb 13, 2025
1 parent 4cff7fd commit 5a6d059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/canvas/route-bar/src/CanvasRouteBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
>{{ route.route }}</span
>
</template>
<tiny-tooltip v-if="existsPreview" type="normal" content="重置路由视图显示页面">
<tiny-tooltip v-if="existsPreview" type="normal" content="重置路由视图为占位符">
<svg-button name="cross" class="clear-preview" @click="handleClearPreview"></svg-button>
</tiny-tooltip>
</div>
Expand Down

0 comments on commit 5a6d059

Please sign in to comment.