mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
chore: skip vue errors
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
v-model="selectedHost"
|
||||
/>
|
||||
</div>
|
||||
<!-- @vue-ignore -->
|
||||
<dropdown-menu
|
||||
class="btn-sm"
|
||||
v-model="selectedHost"
|
||||
@@ -36,6 +37,7 @@
|
||||
</div>
|
||||
<div class="flex-1 text-right" v-show="containers.length > pageSizes[0]">
|
||||
{{ $t("label.per-page") }}
|
||||
<!-- @vue-ignore -->
|
||||
<dropdown-menu
|
||||
class="dropdown-left btn-xs md:btn-sm"
|
||||
v-model="perPage"
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
{{ $t("settings.locale") }}
|
||||
</template>
|
||||
<template #input>
|
||||
<!-- @vue-ignore -->
|
||||
<dropdown-menu
|
||||
v-model="locale"
|
||||
:options="[
|
||||
@@ -52,6 +53,7 @@
|
||||
</template>
|
||||
<template #input>
|
||||
<div class="flex gap-2">
|
||||
<!-- @vue-ignore -->
|
||||
<dropdown-menu
|
||||
v-model="dateLocale"
|
||||
:options="[
|
||||
@@ -62,6 +64,7 @@
|
||||
{ label: 'YYYY-MM-DD', value: 'en-CA' },
|
||||
]"
|
||||
/>
|
||||
<!-- @vue-ignore -->
|
||||
<dropdown-menu
|
||||
v-model="hourStyle"
|
||||
:options="[
|
||||
@@ -79,6 +82,7 @@
|
||||
{{ $t("settings.font-size") }}
|
||||
</template>
|
||||
<template #input>
|
||||
<!-- @vue-ignore -->
|
||||
<dropdown-menu
|
||||
v-model="size"
|
||||
:options="[
|
||||
@@ -95,6 +99,7 @@
|
||||
{{ $t("settings.color-scheme") }}
|
||||
</template>
|
||||
<template #input>
|
||||
<!-- @vue-ignore -->
|
||||
<dropdown-menu
|
||||
v-model="lightTheme"
|
||||
:options="[
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"unplugin-auto-import": "^0.18.2",
|
||||
"unplugin-icons": "^0.19.3",
|
||||
"unplugin-vue-components": "^0.27.4",
|
||||
"unplugin-vue-macros": "^2.11.6",
|
||||
"unplugin-vue-macros": "^2.11.7",
|
||||
"unplugin-vue-router": "^0.10.7",
|
||||
"vite": "5.4.3",
|
||||
"vite-plugin-compression2": "^1.2.0",
|
||||
@@ -103,7 +103,7 @@
|
||||
"typescript": "^5.5.4",
|
||||
"vitest": "^2.0.5",
|
||||
"vue-component-type-helpers": "^2.1.6",
|
||||
"vue-tsc": "^2.0.29"
|
||||
"vue-tsc": "^2.1.6"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,vue,css,ts,html,md}": [
|
||||
|
||||
573
pnpm-lock.yaml
generated
573
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user