mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
refactoring
This commit is contained in:
parent
426eea9e34
commit
bf9b5d4b23
2 changed files with 1 additions and 2 deletions
2
next-ui/env.d.ts
vendored
2
next-ui/env.d.ts
vendored
|
|
@ -1,3 +1,3 @@
|
|||
/// <reference types="vite/client" />
|
||||
/// <reference types="unplugin-vue-router/client" />
|
||||
/// <reference types="vite-plugin-vue-layouts/client" />
|
||||
/// <reference types="vite-plugin-vue-layouts-next/client" />
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
<script lang="ts" setup>
|
||||
import {useCurrentUser} from '@/colada/queries/current-user'
|
||||
import {onMounted} from 'vue'
|
||||
|
||||
async function checkAuthenticated() {
|
||||
const router = useRouter()
|
||||
|
|
|
|||
Loading…
Reference in a new issue