Update src/components/Progress/Progress.vue
This commit is contained in:
@@ -31,7 +31,7 @@ const props = defineProps({
|
|||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
labelPosition: {
|
labelPosition: {
|
||||||
type: String, // 'inside' | 'outside' | 'none'
|
type: String as PropType<ProgressLabelPosition>,
|
||||||
default: 'none',
|
default: 'none',
|
||||||
},
|
},
|
||||||
labelProgress: {
|
labelProgress: {
|
||||||
|
|||||||
Reference in New Issue
Block a user