fix: typo

This commit is contained in:
vben
2020-10-29 22:29:46 +08:00
parent 404c73de45
commit 7658f4d6e8
13 changed files with 297 additions and 111 deletions

View File

@@ -35,7 +35,7 @@
default: 'throttle',
},
color: {
type: String as PropType<'error' | 'warning' | 'success'>,
type: String as PropType<'error' | 'warning' | 'success' | ''>,
},
// 防抖节流时间
throttleTime: {