lint and prettier

This commit is contained in:
2025-10-12 01:02:01 +02:00
parent d933a1b437
commit efd5a9ab34
5 changed files with 12 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
<UFormField label="Directory Path" required>
<UInput v-model="path" placeholder="Path for the library" class="w-full" :disabled="busy" />
</UFormField>
<UButton icon="i-lucide-plus" :loading="busy" @click="onAddClick" class="w-fit">Add</UButton>
<UButton icon="i-lucide-plus" :loading="busy" class="w-fit" @click="onAddClick">Add</UButton>
</div>
</template>
</UModal>