[lint] Enable plugin vue recommended rules (#3403)

This commit is contained in:
Chenlei Hu
2025-04-11 12:53:20 -04:00
committed by GitHub
parent dc5d7ea1be
commit a03841cb1a
121 changed files with 691 additions and 668 deletions

View File

@@ -16,9 +16,9 @@
placeholder="Select existing ComfyUI installation (optional)"
class="flex-1"
:class="{ 'p-invalid': pathError }"
@update:modelValue="validateSource"
@update:model-value="validateSource"
/>
<Button icon="pi pi-folder" @click="browsePath" class="w-12" />
<Button icon="pi pi-folder" class="w-12" @click="browsePath" />
</div>
<Message v-if="pathError" severity="error">
@@ -44,7 +44,7 @@
>
<Checkbox
v-model="item.selected"
:inputId="item.id"
:input-id="item.id"
:binary="true"
@click.stop
/>