fix(Popover): preset from tooltip

This commit is contained in:
Benjamin Canac
2022-12-06 16:24:33 +01:00
parent d9193abf55
commit 0ade69de26

View File

@@ -43,7 +43,7 @@ const props = defineProps({
},
widthClass: {
type: String,
default: () => $ui.tooltip.width
default: () => $ui.popover.width
},
baseClass: {
type: String,