fixing auth
This commit is contained in:
parent
127b545f4b
commit
7c6241ff4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue