fix dialog command palettes error
This commit is contained in:
@ -4,12 +4,7 @@ import { NotificationProvider } from '@/components/Notification'
|
||||
import { useDialogStore } from '@/stores/dialog'
|
||||
import ActionDialog from '@/components/Dialogs/ActionDialog.vue'
|
||||
import CommandPalettes from '@/components/CommandPalettes.vue'
|
||||
import { onMounted } from 'vue'
|
||||
const dialog = useDialogStore()
|
||||
|
||||
onMounted(() => {
|
||||
// remove all local storage
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
Reference in New Issue
Block a user