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 0f08a0d commit b92a6c0Copy full SHA for b92a6c0
main.js
@@ -2,7 +2,7 @@ const app = Vue.createApp({
2
data() {
3
return {
4
product: 'Socks',
5
- image: './assets/images/socks_green.jpg'
+ image: './assets/images/socks_blue.jpg'
6
}
7
8
})
0 commit comments