Update src/components/Progress/Progress.vue

This commit is contained in:
Ilya Artamonov
2022-11-20 20:57:21 +03:00
committed by GitHub
parent 8891e0f980
commit e1e1930200

View File

@@ -31,7 +31,7 @@ const props = defineProps({
default: '',
},
labelPosition: {
type: String, // 'inside' | 'outside' | 'none'
type: String as PropType<ProgressLabelPosition>,
default: 'none',
},
labelProgress: {