[修复] checkbox 和 progress 警告
This commit is contained in:
@@ -21,7 +21,7 @@ import { defineProps } from 'vue'
|
||||
|
||||
const props =
|
||||
defineProps<{
|
||||
percent: number
|
||||
percent: number | string
|
||||
theme?: string
|
||||
color?: string
|
||||
size?: string
|
||||
|
||||
Reference in New Issue
Block a user