rename component

This commit is contained in:
Gauthier Roebroeck 2026-01-09 14:19:37 +08:00
parent baf68bfdbc
commit aa4de1a4cb
3 changed files with 2 additions and 2 deletions

View file

@ -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']

View file

@ -1,5 +1,5 @@
<template>
<LibraryHolder
<LibraryNavigation
:key="libraryId"
:library-id="libraryId"
/>