fixing auth

This commit is contained in:
Warunee Tamkoo 2024-08-28 13:16:15 +07:00
parent 127b545f4b
commit 7c6241ff4e

View file

@ -1,7 +1,7 @@
<script setup lang="ts">
import { onMounted } from "vue";
import { useRoute } from "vue-router";
import { kcAuthen } from "@/plugins/auth";
import { setAuthen } from "@/plugins/auth";
const route = useRoute();