Skip to content

Commit 3e501b1

Browse files
actions-userDrJKL
authored andcommitted
[automated] Apply ESLint and Prettier fixes
1 parent c53ac14 commit 3e501b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/dialog/content/CloudMissingNodesContent.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<template>
2-
<div class="flex w-[490px] flex-col border-t-1 border-b-1 border-border-default">
2+
<div
3+
class="flex w-[490px] flex-col border-t-1 border-b-1 border-border-default"
4+
>
35
<div class="flex h-full w-full flex-col gap-4 p-4">
46
<!-- Description -->
57
<div>
@@ -37,6 +39,7 @@
3739

3840
<script setup lang="ts">
3941
import { computed } from 'vue'
42+
4043
import type { MissingNodeType } from '@/types/comfy'
4144
4245
const props = defineProps<{

0 commit comments

Comments
 (0)