update menu

This commit is contained in:
Dede Fuji Abdul
2023-10-17 16:48:44 +07:00
parent fc37eab5db
commit cce938fa8f
17 changed files with 755 additions and 334 deletions

View File

@@ -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) {