update menu
This commit is contained in:
@@ -13,7 +13,6 @@ export const useDialogStore = defineStore('dialog', () => {
|
||||
const type = ref('normal')
|
||||
const showCancelButton = ref(true)
|
||||
const dismissOnAction = ref(true)
|
||||
|
||||
const timer = ref<any>()
|
||||
watch(open, (value) => {
|
||||
if (!value) {
|
||||
|
Reference in New Issue
Block a user