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"
|
v-model="selectedHost"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- @vue-ignore -->
|
||||||
<dropdown-menu
|
<dropdown-menu
|
||||||
class="btn-sm"
|
class="btn-sm"
|
||||||
v-model="selectedHost"
|
v-model="selectedHost"
|
||||||
@@ -36,6 +37,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex-1 text-right" v-show="containers.length > pageSizes[0]">
|
<div class="flex-1 text-right" v-show="containers.length > pageSizes[0]">
|
||||||
{{ $t("label.per-page") }}
|
{{ $t("label.per-page") }}
|
||||||
|
<!-- @vue-ignore -->
|
||||||
<dropdown-menu
|
<dropdown-menu
|
||||||
class="dropdown-left btn-xs md:btn-sm"
|
class="dropdown-left btn-xs md:btn-sm"
|
||||||
v-model="perPage"
|
v-model="perPage"
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
{{ $t("settings.locale") }}
|
{{ $t("settings.locale") }}
|
||||||
</template>
|
</template>
|
||||||
<template #input>
|
<template #input>
|
||||||
|
<!-- @vue-ignore -->
|
||||||
<dropdown-menu
|
<dropdown-menu
|
||||||
v-model="locale"
|
v-model="locale"
|
||||||
:options="[
|
:options="[
|
||||||
@@ -52,6 +53,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #input>
|
<template #input>
|
||||||
<div class="flex gap-2">
|
<div class="flex gap-2">
|
||||||
|
<!-- @vue-ignore -->
|
||||||
<dropdown-menu
|
<dropdown-menu
|
||||||
v-model="dateLocale"
|
v-model="dateLocale"
|
||||||
:options="[
|
:options="[
|
||||||
@@ -62,6 +64,7 @@
|
|||||||
{ label: 'YYYY-MM-DD', value: 'en-CA' },
|
{ label: 'YYYY-MM-DD', value: 'en-CA' },
|
||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
|
<!-- @vue-ignore -->
|
||||||
<dropdown-menu
|
<dropdown-menu
|
||||||
v-model="hourStyle"
|
v-model="hourStyle"
|
||||||
:options="[
|
:options="[
|
||||||
@@ -79,6 +82,7 @@
|
|||||||
{{ $t("settings.font-size") }}
|
{{ $t("settings.font-size") }}
|
||||||
</template>
|
</template>
|
||||||
<template #input>
|
<template #input>
|
||||||
|
<!-- @vue-ignore -->
|
||||||
<dropdown-menu
|
<dropdown-menu
|
||||||
v-model="size"
|
v-model="size"
|
||||||
:options="[
|
:options="[
|
||||||
@@ -95,6 +99,7 @@
|
|||||||
{{ $t("settings.color-scheme") }}
|
{{ $t("settings.color-scheme") }}
|
||||||
</template>
|
</template>
|
||||||
<template #input>
|
<template #input>
|
||||||
|
<!-- @vue-ignore -->
|
||||||
<dropdown-menu
|
<dropdown-menu
|
||||||
v-model="lightTheme"
|
v-model="lightTheme"
|
||||||
:options="[
|
:options="[
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
"unplugin-auto-import": "^0.18.2",
|
"unplugin-auto-import": "^0.18.2",
|
||||||
"unplugin-icons": "^0.19.3",
|
"unplugin-icons": "^0.19.3",
|
||||||
"unplugin-vue-components": "^0.27.4",
|
"unplugin-vue-components": "^0.27.4",
|
||||||
"unplugin-vue-macros": "^2.11.6",
|
"unplugin-vue-macros": "^2.11.7",
|
||||||
"unplugin-vue-router": "^0.10.7",
|
"unplugin-vue-router": "^0.10.7",
|
||||||
"vite": "5.4.3",
|
"vite": "5.4.3",
|
||||||
"vite-plugin-compression2": "^1.2.0",
|
"vite-plugin-compression2": "^1.2.0",
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
"typescript": "^5.5.4",
|
"typescript": "^5.5.4",
|
||||||
"vitest": "^2.0.5",
|
"vitest": "^2.0.5",
|
||||||
"vue-component-type-helpers": "^2.1.6",
|
"vue-component-type-helpers": "^2.1.6",
|
||||||
"vue-tsc": "^2.0.29"
|
"vue-tsc": "^2.1.6"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,vue,css,ts,html,md}": [
|
"*.{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