Замени свой
data: {}
на
data(): {
return {
goods: [
{
imgSrc: '../dist/cropped-img/img1.png',
title: '«Рождение Венеры» Сандро Боттичелли',
oldPrice: '2 000 000',
newPrice: '1 000 000',
inStock: true
},
{
imgSrc: '../dist/cropped-img/img2.png',
title: '«Тайная вечеря» Леонардо да Винчи',
oldPrice: '',
newPrice: '3 000 000',
inStock: true
},
{
imgSrc: '../dist/cropped-img/img3.png',
title: '«Сотворение Адама» Микеланджело',
oldPrice: '6 000 000',
newPrice: '5 000 000',
inStock: true
},
{
imgSrc: '../dist/cropped-img/img2.png',
title: '«Урок анатомии» Рембрандт',
oldPrice: '',
newPrice: '',
inStock: false
}
],
info: null,
button: 'Купить',
//loading: true
}
}