Sample data added

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-10 11:19:45 +03:00
parent 5bede75578
commit 8894099a0a
13 changed files with 206 additions and 16 deletions

View file

@ -265,7 +265,15 @@ const loadCarsLazy = (event) => {
lazyLoading.value = false;
}, Math.random() * 1000 + 250);
};
<\/script>`
<\/script>`,
data: `
{
id: 1
vin: tvACo,
brand: Norma,
color: Black,
year: 2002
}`
}
};
},