[auto-fix] Apply ESLint and Prettier fixes

This commit is contained in:
GitHub Action
2025-09-13 04:51:05 +00:00
parent 8e81adc676
commit 767c95a7df

View File

@@ -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: {