Skip to content

Commit b92a6c0

Browse files
Adam JahrAdam Jahr
authored andcommitted
L4 starting code
1 parent 0f08a0d commit b92a6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const app = Vue.createApp({
22
data() {
33
return {
44
product: 'Socks',
5-
image: './assets/images/socks_green.jpg'
5+
image: './assets/images/socks_blue.jpg'
66
}
77
}
88
})

0 commit comments

Comments
 (0)