From e8b521f1222d762be152f6a04c09d0c96f00798b Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Mon, 4 Nov 2024 17:35:22 +0100 Subject: [PATCH] Starting to rework the NavBar --- app.vue | 10 +++++----- components/NavBar.vue | 36 ++++++++++++++++++++++++++++++++++++ components/base/Toast.vue | 6 +++--- components/base/Tooltip.vue | 2 +- components/base/Tree.vue | 3 +++ layouts/default.vue | 1 + 6 files changed, 49 insertions(+), 9 deletions(-) create mode 100644 components/NavBar.vue create mode 100644 components/base/Tree.vue diff --git a/app.vue b/app.vue index 751b38f..2abf32f 100644 --- a/app.vue +++ b/app.vue @@ -1,14 +1,14 @@ diff --git a/components/NavBar.vue b/components/NavBar.vue new file mode 100644 index 0000000..7dc5b0d --- /dev/null +++ b/components/NavBar.vue @@ -0,0 +1,36 @@ + + + \ No newline at end of file diff --git a/components/base/Toast.vue b/components/base/Toast.vue index 3bec791..20f8213 100644 --- a/components/base/Toast.vue +++ b/components/base/Toast.vue @@ -1,9 +1,9 @@