Skip to content

Commit 73443d5

Browse files
исправляем паддинги
1 parent 4b92870 commit 73443d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vuetify/src/components/VOtpInput/VOtpInput.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ export default baseMixins.extend({
112112
'v-otp-input--plain': this.plain,
113113
}
114114
},
115+
isEnclosed (): boolean {
116+
return false
117+
},
115118
},
116119

117120
watch: {

0 commit comments

Comments
 (0)