mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
chore: auto-fix lint & formatting [skip ci]
This commit is contained in:
parent
a77ac8ad91
commit
df16dc94f7
17 changed files with 142 additions and 125 deletions
|
|
@ -38,7 +38,9 @@ function remove(index: number) {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-wrap items-center gap-1 rounded-md border border-border bg-surface/60 px-2 py-1.5 focus-within:border-accent">
|
||||
<div
|
||||
class="flex flex-wrap items-center gap-1 rounded-md border border-border bg-surface/60 px-2 py-1.5 focus-within:border-accent"
|
||||
>
|
||||
<span
|
||||
v-for="(v, i) in modelValue"
|
||||
:key="`${v}-${i}`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue