add PromotionModal.vue
All checks were successful
Deploy / build (push) Successful in 59s

This commit is contained in:
alsaze
2025-12-16 14:09:13 +03:00
parent 2b276c0c16
commit dc9208485c
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ const active = ref()
const modalUi = { const modalUi = {
content: content:
'bg-[linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(\'/changan.jpg\')] bg-cover bg-center bg-no-repeat', 'bg-[linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/changan.jpg)] bg-cover bg-center bg-no-repeat',
} }
const items: AccordionItem[] = [ const items: AccordionItem[] = [

View File

@@ -83,7 +83,7 @@ const tabs = computed<TabsItem[]>(() => [
function showToast() { function showToast() {
toast.add({ toast.add({
title: 'Уникальное предложение !', title: 'Уникальное предложение !',
description: 'покупка машины под ключ Киргизстан', description: 'покупка машины под ключ Кыргызстан',
duration: 30000, duration: 30000,
actions: [{ actions: [{
icon: 'i-lucide-car', icon: 'i-lucide-car',