mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
route typing
This commit is contained in:
parent
db2b5024c7
commit
bb612289d0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const route = useRoute()
|
||||
const route = useRoute('/libraries/[id]')
|
||||
const router = useRouter()
|
||||
const libraryId = computed(() => route.params.id)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue