Skip to content

Commit

Permalink
fix: fieldset should show required symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Oct 25, 2023
1 parent 218ec72 commit 0082839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/veui/src/components/Form/Fieldset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
}"
role="group"
v-bind="$attrs"
:required="required"
>
<template slot="label">
<slot name="label"/>
Expand Down

0 comments on commit 0082839

Please sign in to comment.