mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 06:49:24 +08:00
fix: typo
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
default: 'throttle',
|
||||
},
|
||||
color: {
|
||||
type: String as PropType<'error' | 'warning' | 'success'>,
|
||||
type: String as PropType<'error' | 'warning' | 'success' | ''>,
|
||||
},
|
||||
// 防抖节流时间
|
||||
throttleTime: {
|
||||
|
Reference in New Issue
Block a user