Skip to content

Commit

Permalink
fix(Tooltip): shortcutsClass prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
smarroufin committed Mar 9, 2023
1 parent fd4b608 commit fa49d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/overlays/Tooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const props = defineProps({
default: () => ({})
},
shortcutsClass: {
type: Object,
type: String,
default: () => $ui.tooltip.shortcuts
},
openDelay: {
Expand Down

0 comments on commit fa49d52

Please sign in to comment.