feat: implement modals with vue router 4 #816

Merged
konrad merged 62 commits from dpschen/frontend:feature/vue3-modals-with-router-4 into main 2022-02-05 16:49:04 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 959b53b3a6 - Show all commits

View File

@ -37,8 +37,6 @@ import Message from '@/components/misc/message.vue'
import {KEYBOARD_SHORTCUTS_ACTIVE} from '@/store/mutation-types'
import {KEYBOARD_SHORTCUTS as shortcuts} from './shortcuts'
console.log('s', shortcuts)
function close() {
store.commit(KEYBOARD_SHORTCUTS_ACTIVE, false)
}