listview component
This commit is contained in:
11
components.d.ts
vendored
11
components.d.ts
vendored
@@ -9,11 +9,14 @@ export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
Autocomplete: typeof import('./src/components/Autocomplete.vue')['default']
|
||||
Hamburger: typeof import('./src/components/Hamburger.vue')['default']
|
||||
Logo: typeof import('./src/components/Logo.vue')['default']
|
||||
Autocomplete: typeof import('./src/components/Note/Autocomplete.vue')['default']
|
||||
Hamburger: typeof import('./src/components/TopBar/Hamburger.vue')['default']
|
||||
List: typeof import('./src/components/ViewModes/List.vue')['default']
|
||||
ListView: typeof import('./src/components/ViewModes/ListView.vue')['default']
|
||||
Logo: typeof import('./src/components/TopBar/Logo.vue')['default']
|
||||
Mindmap: typeof import('./src/components/ViewModes/Mindmap.vue')['default']
|
||||
Modal: typeof import('./src/components/Modal.vue')['default']
|
||||
Note: typeof import('./src/components/Note.vue')['default']
|
||||
Note: typeof import('./src/components/ViewModes/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']
|
||||
|
||||
Reference in New Issue
Block a user