init
All checks were successful
Deploy / build (push) Successful in 53s

This commit is contained in:
alsaze
2025-12-09 00:42:35 +03:00
parent 673738c234
commit 3e3d9a1a2c
3 changed files with 13 additions and 22 deletions

View File

@@ -92,6 +92,7 @@
class="w-full"
size="xl"
placeholder="выберите услугу"
:ui="{ content: 'max-h-70' }"
/>
<div v-if="errors?.service" style="color: #ff6467">

View File

@@ -364,18 +364,6 @@ export const useMock = () => {
{
src: '/sedan_10.jpeg',
},
{
src: '/sedan_11.jpeg',
},
{
src: '/sedan_12.jpeg',
},
{
src: '/sedan_13.jpeg',
},
{
src: '/sedan_14.jpeg',
},
],
},
// category: 'nedvizhimost',

View File

@@ -29,7 +29,9 @@ export default defineNuxtConfig({
colorMode: {
preference: 'dark',
fallback: 'dark',
storageKey: 'color-mode',
classSuffix: '',
dataValue: 'dark',
},
build: {
transpile: ['gsap'],