[修复] 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

@@ -9,9 +9,9 @@ import { defineProps } from 'vue'
const props =
defineProps<{
type: string
theme: string
color: string
type?: string
theme?: string
color?: string
}>()
const classList = [{