refactor(components): [menu] adjust default value of fallbackPlacements (#13696)

closed #13682
This commit is contained in:
qiang 2023-07-22 19:44:23 +08:00 committed by GitHub
parent 05caa04966
commit 9900f2aaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,8 @@ export default defineComponent({
] ]
: [ : [
'right-start', 'right-start',
'right',
'right-end',
'left-start', 'left-start',
'bottom-start', 'bottom-start',
'bottom-end', 'bottom-end',