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

This commit is contained in:
alsaze
2025-12-01 18:04:54 +03:00
parent eb73c72954
commit c889126e77
7 changed files with 115 additions and 50 deletions

View File

@@ -86,40 +86,8 @@ const services = [
},
]
const previewItems = [
{
id: 13242314,
img: 'https://picsum.photos/468/468?random=1',
},
{
id: 123321,
img: 'https://picsum.photos/468/468?random=2',
},
{
id: 7654567,
img: 'https://picsum.photos/468/468?random=3',
},
{
id: 3203030,
img: 'https://picsum.photos/468/468?random=4',
},
{
id: 1818822,
img: 'https://picsum.photos/468/468?random=5',
},
{
id: 12355432,
img: 'https://picsum.photos/468/468?random=6',
},
{
id: 3495823,
img: 'https://picsum.photos/468/468?random=7',
},
{
id: 1123,
img: 'https://picsum.photos/468/468?random=8',
},
]
const { cartByCategory } = useMock()
const previewItems = computed(() => cartByCategory('transport'))
</script>
<style lang="scss">