Skip to content

Commit

Permalink
🐛 Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Oct 13, 2024
1 parent 478c2fd commit 5cd3ae6
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 123 deletions.
6 changes: 0 additions & 6 deletions components/top/BurgerMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
import {Sheet, SheetContent, SheetDescription, SheetHeader, SheetTitle, SheetTrigger} from "~/components/ui/sheet";
import NavButton from "~/components/buttons/NavButton.vue";
function clearApiUrl(){
console.log("clear");
clearFromLocalStorage("apiurl");
navigateTo("/apiurl");
}
</script>

<template>
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.0",
"@vue/devtools-api": "^7.4.6",
"nuxt-icon": "^0.6.10"
}
}
1 change: 1 addition & 0 deletions pages/settings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
DialogHeader,
DialogTitle,
DialogTrigger,
DialogClose,
} from "@/components/ui/dialog";
definePageMeta({
Expand Down
Loading

0 comments on commit 5cd3ae6

Please sign in to comment.