We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2846669 commit a903dd1Copy full SHA for a903dd1
main.js
@@ -3,7 +3,8 @@ const app = Vue.createApp({
3
return {
4
product: 'Socks',
5
image: './assets/images/socks_blue.jpg',
6
- inStock: true
+ inStock: true,
7
+ details: ['50% cotton', '30% wool', '20% polyester']
8
}
9
10
})
0 commit comments