From b0b31b379cfb6e57ffc14b3d8804256df25a1ac3 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 09 十月 2024 16:01:01 +0800 Subject: [PATCH] metric -> metrics --- src/components/flow/FlowToolbar.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/flow/FlowToolbar.vue b/src/components/flow/FlowToolbar.vue index 31ce5ef..4b49fe1 100644 --- a/src/components/flow/FlowToolbar.vue +++ b/src/components/flow/FlowToolbar.vue @@ -3,7 +3,7 @@ <el-button v-if="showExist" icon="ele-ArrowLeft" - text + link style="margin-right: 10px; margin-left: 10px; width: 40px" size="small" @click="handleExitClick" @@ -18,7 +18,7 @@ </template> <script setup lang="ts"> -import { definePropType } from 'element-plus/es/utils/vue/props/runtime'; +import { definePropType } from 'element-plus/es/utils/vue/props/runtime'; import type { ButtonComponentProps } from './types'; import ToolbarMenu from '/@/components/flow/ToolbarMenu.vue'; -- Gitblit v1.9.3