created images folder

This commit is contained in:
Adam Jahr 2020-05-14 04:52:09 -04:00
parent d91ab1deb2
commit 0ade166fd9
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB

View File

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB

View File

@ -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,
},
],