Update src/components/Progress/Progress.vue

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

View File

@@ -23,7 +23,7 @@ import type { ProgressLabelPosition, ProgressSize, ProgressVariant } from './typ
const props = defineProps({
color: {
type: String, // 'default' | 'dark' | 'blue' | 'red' | 'green' | 'yellow' | 'indigo' | 'purple'
type: String as PropType<ProgressVariant>,
default: 'default',
},
label: {