[修复] checkbox 和 progress 警告
This commit is contained in:
@@ -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 = [{
|
||||
|
||||
Reference in New Issue
Block a user