From 7cacc897847728775e3841d8fa9067184c90253a Mon Sep 17 00:00:00 2001 From: hoon7566 Date: Mon, 21 Mar 2022 20:57:13 +0900 Subject: [PATCH] =?UTF-8?q?feat(owner-vue):=20userInfo=20data=20=EC=83=81?= =?UTF-8?q?=EC=9C=84=20=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=EB=A1=9C=20?= =?UTF-8?q?=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - userInfo data 상위 컴포넌트로 이동 --- .../src/views/Layout/DashboardLayout.vue | 23 ++++++++++++++----- owner-vue/src/views/Layout/Topbar.vue | 22 ++++-------------- owner-vue/src/views/LoginUser.vue | 4 ++-- 3 files changed, 23 insertions(+), 26 deletions(-) diff --git a/owner-vue/src/views/Layout/DashboardLayout.vue b/owner-vue/src/views/Layout/DashboardLayout.vue index d862227..b9c81f8 100644 --- a/owner-vue/src/views/Layout/DashboardLayout.vue +++ b/owner-vue/src/views/Layout/DashboardLayout.vue @@ -1,13 +1,16 @@ @@ -44,7 +44,7 @@ - {{ userName }} + {{ userInfo.name }} Logged In @@ -63,27 +63,13 @@