[修复] checkbox 和 progress 警告

This commit is contained in:
就眠仪式
2021-10-01 00:48:51 +08:00
parent 4bad992d9b
commit cdd220b7f0
5 changed files with 14 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ import { defineProps } from 'vue'
const props =
defineProps<{
percent: number
percent: number | string
theme?: string
color?: string
size?: string