mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Fix linting
This commit is contained in:
@@ -147,6 +147,7 @@
|
|||||||
"capturePhoto": "Capture photo",
|
"capturePhoto": "Capture photo",
|
||||||
"captureModeOnRun": "On Run",
|
"captureModeOnRun": "On Run",
|
||||||
"captureModeManual": "Manually",
|
"captureModeManual": "Manually",
|
||||||
|
"capturedImage": "Captured Image",
|
||||||
"retakePhoto": "Retake photo",
|
"retakePhoto": "Retake photo",
|
||||||
"clickToStopLivePreview": "Click to stop live preview",
|
"clickToStopLivePreview": "Click to stop live preview",
|
||||||
"failedToCaptureImage": "Failed to capture image",
|
"failedToCaptureImage": "Failed to capture image",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<img
|
<img
|
||||||
:src="capturedImageUrl"
|
:src="capturedImageUrl"
|
||||||
class="w-full rounded-lg bg-node-component-surface"
|
class="w-full rounded-lg bg-node-component-surface"
|
||||||
alt="Captured image"
|
:alt="t('g.capturedImage', 'Captured Image')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -59,8 +59,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<LODFallback />
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -83,7 +81,6 @@ import { t } from '@/i18n'
|
|||||||
import type { LGraphNode } from '@/lib/litegraph/src/LGraphNode'
|
import type { LGraphNode } from '@/lib/litegraph/src/LGraphNode'
|
||||||
import type { IBaseWidget } from '@/lib/litegraph/src/types/widgets'
|
import type { IBaseWidget } from '@/lib/litegraph/src/types/widgets'
|
||||||
import { useToastStore } from '@/platform/updates/common/toastStore'
|
import { useToastStore } from '@/platform/updates/common/toastStore'
|
||||||
import LODFallback from '@/renderer/extensions/vueNodes/components/LODFallback.vue'
|
|
||||||
import { api } from '@/scripts/api'
|
import { api } from '@/scripts/api'
|
||||||
import { app } from '@/scripts/app'
|
import { app } from '@/scripts/app'
|
||||||
import type { SimplifiedWidget } from '@/types/simplifiedWidget'
|
import type { SimplifiedWidget } from '@/types/simplifiedWidget'
|
||||||
|
|||||||
Reference in New Issue
Block a user