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
df0edbb581
commit
3bcc98efc8
9 changed files with 152 additions and 77 deletions
|
|
@ -102,9 +102,9 @@
|
|||
:placeholder="t('routeEditor.matchPlaceholder')"
|
||||
/>
|
||||
<label class="inline">
|
||||
<input v-model="f.exclude" type="checkbox" /><span
|
||||
>{{ t("routeEditor.not") }}</span
|
||||
>
|
||||
<input v-model="f.exclude" type="checkbox" /><span>{{
|
||||
t("routeEditor.not")
|
||||
}}</span>
|
||||
</label>
|
||||
<button type="button" class="icon-btn danger" @click="form.filters.splice(i, 1)">
|
||||
✕
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue