listview component

This commit is contained in:
2023-05-17 07:43:53 +02:00
parent 0c4c7782e0
commit 95648988ef
9 changed files with 65 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ import AutoformatPlugin from '@ckeditor/ckeditor5-autoformat/src/autoformat'
import ContextedPlugin from '@/ckeditor/ContextedPlugin'
import { mdToHtml, htmlToMd } from '@/utils/markdown'
import { getNoteByTitle, setActiveNote, addNote } from '@/composables/useNotes'
import Autocomplete from '@/components/Autocomplete.vue'
import Autocomplete from '@/components/Note/Autocomplete.vue'
const props = defineProps<{ note: Note }>()