mirror of
https://github.com/gotson/komga.git
synced 2026-01-30 03:56:10 +01:00
rename component
This commit is contained in:
parent
baf68bfdbc
commit
aa4de1a4cb
3 changed files with 2 additions and 2 deletions
2
next-ui/src/components.d.ts
vendored
2
next-ui/src/components.d.ts
vendored
|
|
@ -63,9 +63,9 @@ declare module 'vue' {
|
|||
LibraryFormStepMetadata: typeof import('./components/library/form/StepMetadata.vue')['default']
|
||||
LibraryFormStepOptions: typeof import('./components/library/form/StepOptions.vue')['default']
|
||||
LibraryFormStepScanner: typeof import('./components/library/form/StepScanner.vue')['default']
|
||||
LibraryHolder: typeof import('./components/library/Holder.vue')['default']
|
||||
LibraryMenuLibraries: typeof import('./components/library/MenuLibraries.vue')['default']
|
||||
LibraryMenuLibrary: typeof import('./components/library/MenuLibrary.vue')['default']
|
||||
LibraryNavigation: typeof import('./components/library/LibraryNavigation.vue')['default']
|
||||
LibraryTabNavigation: typeof import('./components/library/TabNavigation.vue')['default']
|
||||
LocaleSelector: typeof import('./components/LocaleSelector.vue')['default']
|
||||
PageHashKnownTable: typeof import('./components/pageHash/KnownTable.vue')['default']
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<LibraryHolder
|
||||
<LibraryNavigation
|
||||
:key="libraryId"
|
||||
:library-id="libraryId"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue