diff --git a/nginx/vue/src/components/admin/CreatePost.vue b/nginx/vue/src/components/admin/CreatePost.vue index cd7a952..b9170a5 100644 --- a/nginx/vue/src/components/admin/CreatePost.vue +++ b/nginx/vue/src/components/admin/CreatePost.vue @@ -4,7 +4,6 @@ import axios from "axios"; import { useAuthStore } from "@/stores/auth"; const auth = useAuthStore(); -const loggedIn = auth.loggedIn; const title = ref(""); const content = ref(""); @@ -24,7 +23,7 @@ async function post() {