[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-03-13 18:45:17 +00:00
committed by bymyself
parent 85e990d992
commit 221b4acd4f

View File

@@ -90,7 +90,8 @@ function createWrapper() {
stubs: {
BatchCountEdit: BatchCountEditStub,
DropdownMenu: {
template: '<div><slot name="button" /><slot :item-class="\'\'" /></div>'
template:
'<div><slot name="button" /><slot :item-class="\'\'" /></div>'
},
DropdownMenuItem: { template: '<div><slot /></div>' },
DropdownMenuSeparator: { template: '<div />' }