mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -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 />' }
|
||||
|
||||
Reference in New Issue
Block a user