Update src/components/Progress/Progress.vue
This commit is contained in:
@@ -23,7 +23,7 @@ import type { ProgressLabelPosition, ProgressSize, ProgressVariant } from './typ
|
|||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
color: {
|
color: {
|
||||||
type: String, // 'default' | 'dark' | 'blue' | 'red' | 'green' | 'yellow' | 'indigo' | 'purple'
|
type: String as PropType<ProgressVariant>,
|
||||||
default: 'default',
|
default: 'default',
|
||||||
},
|
},
|
||||||
label: {
|
label: {
|
||||||
|
|||||||
Reference in New Issue
Block a user