From b4cc7b3de0206123a943b1c805b458f60b149a9d Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期五, 26 一月 2024 09:58:00 +0800 Subject: [PATCH] add 引入vxe-table依赖支持 --- src/views/login.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index a92f399..d8c79b0 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -34,6 +34,9 @@ <el-button circle title="MaxKey鐧诲綍" @click="doSocialLogin('maxkey')"> <svg-icon icon-class="maxkey" /> </el-button> + <el-button circle title="TopIam鐧诲綍" @click="doSocialLogin('topiam')"> + <svg-icon icon-class="topiam" /> + </el-button> <el-button circle title="Gitee鐧诲綍" @click="doSocialLogin('gitee')"> <svg-icon icon-class="gitee" /> </el-button> -- Gitblit v1.9.3