From 12ce5c568ef07ec44b902eeca686cf189d34c2bb Mon Sep 17 00:00:00 2001 From: roymondchen Date: Wed, 9 Oct 2024 16:07:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(form):=20=E6=94=AF=E6=8C=81=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=98=BB=E6=AD=A2=E9=BB=98=E8=AE=A4=E7=9A=84submit?= =?UTF-8?q?=E8=A1=8C=E4=B8=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/form/src/Form.vue | 10 +++++++++- packages/form/src/FormBox.vue | 2 ++ packages/form/src/FormDialog.vue | 2 ++ packages/form/src/FormDrawer.vue | 2 ++ 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/form/src/Form.vue b/packages/form/src/Form.vue index 27056ee6..84e0b86a 100644 --- a/packages/form/src/Form.vue +++ b/packages/form/src/Form.vue @@ -7,6 +7,7 @@ :style="`height: ${height}`" :inline="inline" :label-position="labelPosition" + @submit="submitHandler" >