mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 21:48:07 +01:00
fix(Tooltip): shortcutsClass prop type
This commit is contained in:
@@ -85,7 +85,7 @@ const props = defineProps({
|
||||
default: () => ({})
|
||||
},
|
||||
shortcutsClass: {
|
||||
type: Object,
|
||||
type: String,
|
||||
default: () => $ui.tooltip.shortcuts
|
||||
},
|
||||
openDelay: {
|
||||
|
||||
Reference in New Issue
Block a user