Skip to content

Commit 4b92870

Browse files
Удалено неиспользуемое свойство isEnclosed из компонента VOtpInput
1 parent 2515d9e commit 4b92870

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ export default baseMixins.extend({
8484
filled (): boolean {
8585
return false
8686
},
87-
isEnclosed (): boolean {
88-
return this.outlined
89-
},
9087
reverse (): boolean {
9188
return false
9289
},

0 commit comments

Comments
 (0)