This commit is contained in:
@@ -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[] = [
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user