chore(Popover): remove default panel-class prop

This commit is contained in:
Benjamin Canac
2022-04-12 16:01:59 +02:00
parent 2e099392f1
commit 39790058af

View File

@@ -62,7 +62,7 @@ export default {
},
panelClass: {
type: String,
default: 'transform'
default: ''
}
},
setup (props) {