From 7e88c459bb787a190b141212220012229efd578b Mon Sep 17 00:00:00 2001 From: enzoggqs Date: Fri, 3 Feb 2023 17:44:02 -0300 Subject: [PATCH] Fix topBar behavior --- package.json | 1 + src/components/TopBar/TopBar.vue | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d122f3..7c2f06f 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "dependencies": { "@headlessui/vue": "^1.7.3", "@heroicons/vue": "^2.0.12", + "@vueuse/core": "^9.12.0", "alchemy-sdk": "^2.3.0", "axios": "^1.2.1", "crc": "^3.8.0", diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 7cb8b92..d8ad3ec 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -1,7 +1,8 @@