fix(Tooltip): shortcutsClass prop type

This commit is contained in:
Sylvain Marroufin
2023-03-09 15:37:42 +01:00
parent fd4b608150
commit fa49d52f17

View File

@@ -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: {