Skip to content

Commit a903dd1

Browse files
Adam JahrAdam Jahr
authored andcommitted
L5 starting code
1 parent 2846669 commit a903dd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ const app = Vue.createApp({
33
return {
44
product: 'Socks',
55
image: './assets/images/socks_blue.jpg',
6-
inStock: true
6+
inStock: true,
7+
details: ['50% cotton', '30% wool', '20% polyester']
78
}
89
}
910
})

0 commit comments

Comments
 (0)