Skip to content

Commit 849ec7f

Browse files
committed
rename upload prop
1 parent d8262cb commit 849ec7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/primitives/Upload/Upload.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
size: String,
1515
centered: Boolean,
1616
right: Boolean,
17-
fullWidth: Boolean,
17+
expanded: Boolean,
1818
boxed: Boolean,
1919
},
2020
emits: ['update:modelValue'],
@@ -67,7 +67,7 @@ export default {
6767
'is-centered': centered,
6868
'has-name': hasName,
6969
'is-right': right,
70-
'is-fullwidth': fullWidth,
70+
'is-fullwidth': expanded,
7171
'is-boxed': boxed,
7272
},
7373
]">

0 commit comments

Comments
 (0)