From ee8db147881ac7b2a21367fd779c35c6eae149c4 Mon Sep 17 00:00:00 2001 From: xingyu Date: Mon, 11 Sep 2023 12:52:01 +0800 Subject: [PATCH] fix: eslint --- .../header/components/user-dropdown/index.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/layouts/default/header/components/user-dropdown/index.vue b/src/layouts/default/header/components/user-dropdown/index.vue index 9037357..79dbcda 100644 --- a/src/layouts/default/header/components/user-dropdown/index.vue +++ b/src/layouts/default/header/components/user-dropdown/index.vue @@ -80,10 +80,12 @@ function handleMenuClick(e: MenuInfo) { - + - + {{ getUserInfo.nickname }} @@ -92,9 +94,15 @@ function handleMenuClick(e: MenuInfo) {