diff --git a/components.d.ts b/components.d.ts index 196b328..62babe5 100644 --- a/components.d.ts +++ b/components.d.ts @@ -15,6 +15,7 @@ declare module '@vue/runtime-core' { Modal: typeof import('./src/components/Modal.vue')['default'] Note: typeof import('./src/components/Note.vue')['default'] NoteEditor: typeof import('./src/components/Note/NoteEditor.vue')['default'] + NoteReferences: typeof import('./src/components/Note/NoteReferences.vue')['default'] NoteToolbar: typeof import('./src/components/Note/NoteToolbar.vue')['default'] SearchBar: typeof import('./src/components/Search/SearchBar.vue')['default'] SearchResult: typeof import('./src/components/Search/SearchResult.vue')['default'] diff --git a/src/components/Note.vue b/src/components/Note.vue index 84c0eb0..4497f99 100644 --- a/src/components/Note.vue +++ b/src/components/Note.vue @@ -56,24 +56,7 @@ const setRootNote = () => { :note="activeNote" v-if="activeNote" /> -