mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 07:30:11 +00:00
[auto-fix] Apply ESLint and Prettier fixes
This commit is contained in:
@@ -30,7 +30,6 @@ interface StubSlotData {
|
||||
boundingRect?: [number, number, number, number]
|
||||
}
|
||||
|
||||
// eslint-disable-next-line vue/one-component-per-file
|
||||
const InputSlotStub = defineComponent({
|
||||
name: 'InputSlot',
|
||||
props: {
|
||||
@@ -51,7 +50,6 @@ const InputSlotStub = defineComponent({
|
||||
`
|
||||
})
|
||||
|
||||
// eslint-disable-next-line vue/one-component-per-file
|
||||
const OutputSlotStub = defineComponent({
|
||||
name: 'OutputSlot',
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user