Merge branch 'main' of github.com:lite-note/lite-note into main

This commit is contained in:
2021-03-30 00:16:12 +02:00
9 changed files with 50 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import { noteEventBus } from '@/bus/noteBusEvent'
import { noteEventBus } from '@/bus/noteEventBus'
import { useUserRepoStore } from '@/modules/repo/store/userRepo.store'
import { onUnmounted } from '@vue/runtime-core'

View File

@@ -1,7 +1,7 @@
import { computed, onMounted, onUnmounted, watch } from '@vue/runtime-core'
import { NOTE_WIDTH } from '@/constants/note-width'
import { noteEventBus } from '@/bus/noteBusEvent'
import { noteEventBus } from '@/bus/noteEventBus'
import { useFocus } from '@/hooks/useFocus.hook'
import { useOverlay } from '@/hooks/useOverlay.hook'
import { useQueryStackedNotes } from '@/hooks/useQueryStackedNotes.hook'