Skip to content

Commit dd1db74

Browse files
Haviles04KaelWD
andauthored
fix(VIconBtn): add button type (#21638)
fixes #21634 Co-authored-by: Kael <kaelwd@gmail.com>
1 parent efaaa5d commit dd1db74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vuetify/src/labs/VIconBtn/VIconBtn.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export const VIconBtn = genericComponent<VIconBtnSlots>()({
161161

162162
return (
163163
<props.tag
164+
type={ props.tag === 'button' ? 'button' : undefined }
164165
class={[
165166
{
166167
'v-icon-btn': true,

0 commit comments

Comments
 (0)