Skip to content

Commit

Permalink
fix: form double class
Browse files Browse the repository at this point in the history
  • Loading branch information
PengYYYYY committed May 13, 2022
1 parent 74fa6a7 commit 296e831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/form/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export default defineComponent({
class={this.formClass}
onSubmit={(e) => this.submitHandler(e as MouseEvent)}
onReset={(e) => this.resetHandler(e as MouseEvent)}
{...this.$attrs}
>
{this.$slots.default ? this.$slots.default() : []}
</form>
Expand Down

0 comments on commit 296e831

Please sign in to comment.