From 99b3037f0ff77d648dcd251cad62af09cc39c786 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 1 Aug 2023 15:20:30 -0700 Subject: [PATCH] feat: vue components pass t prop --- components/Auth.ce.vue | 7 ++-- components/Brand/LogoConnect.vue | 39 +++++++++++-------- components/UserProfile.ce.vue | 10 ++--- components/UserProfile/Dropdown.vue | 6 ++- .../UserProfile/DropdownConnectStatus.vue | 14 ++++--- components/UserProfile/DropdownContent.vue | 26 +++++++------ components/UserProfile/DropdownError.vue | 9 +++-- components/UserProfile/DropdownItem.vue | 3 +- components/UserProfile/DropdownLaunchpad.vue | 18 +++++---- components/UserProfile/DropdownTrigger.vue | 13 ++++--- .../UserProfile/DropdownTriggerMenuIcon.vue | 2 +- components/UserProfile/ServerState.vue | 17 ++++---- 12 files changed, 93 insertions(+), 71 deletions(-) diff --git a/components/Auth.ce.vue b/components/Auth.ce.vue index 1ec94d96d..de52bac86 100644 --- a/components/Auth.ce.vue +++ b/components/Auth.ce.vue @@ -15,12 +15,11 @@ const { authAction, stateData } = storeToRefs(serverStore);