created images folder
This commit is contained in:
parent
d91ab1deb2
commit
0ade166fd9
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 137 KiB |
@ -55,13 +55,13 @@ Vue.component('product-display', {
|
||||
{
|
||||
id: 2234,
|
||||
color: 'green',
|
||||
image: './assets/socks_green.jpg',
|
||||
image: './assets/images/socks_green.jpg',
|
||||
quantity: 10,
|
||||
},
|
||||
{
|
||||
id: 2235,
|
||||
color: 'blue',
|
||||
image: './assets/socks_blue.jpg',
|
||||
image: './assets/images/socks_blue.jpg',
|
||||
quantity: 0,
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user