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