From 77ce547978204bd485e21f13adba56a208dcb25d Mon Sep 17 00:00:00 2001 From: Net Date: Thu, 5 Sep 2024 15:01:35 +0700 Subject: [PATCH] refactor: header no Clean data --- src/components/DrawerInfo.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/components/DrawerInfo.vue b/src/components/DrawerInfo.vue index b43d4704..f183a978 100644 --- a/src/components/DrawerInfo.vue +++ b/src/components/DrawerInfo.vue @@ -25,6 +25,7 @@ withDefaults( close?: (...args: unknown[]) => void; undo?: (...args: unknown[]) => void; beforeClose?: (...args: unknown[]) => boolean; + show?: (...args: unknown[]) => void; }>(), { hideAction: false, @@ -48,6 +49,7 @@ function reset() {