This commit is contained in:
@@ -60,7 +60,7 @@ const active = ref()
|
||||
|
||||
const modalUi = {
|
||||
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[] = [
|
||||
|
||||
@@ -83,7 +83,7 @@ const tabs = computed<TabsItem[]>(() => [
|
||||
function showToast() {
|
||||
toast.add({
|
||||
title: 'Уникальное предложение !',
|
||||
description: 'покупка машины под ключ Киргизстан',
|
||||
description: 'покупка машины под ключ Кыргызстан',
|
||||
duration: 30000,
|
||||
actions: [{
|
||||
icon: 'i-lucide-car',
|
||||
|
||||
Reference in New Issue
Block a user