Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L9 start #151

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
L4 starting code
  • Loading branch information
Adam Jahr authored and Adam Jahr committed Jun 3, 2020
commit b92a6c065c54a147c91c3b1d28a42e973e624691
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ const app = Vue.createApp({
data() {
return {
product: 'Socks',
image: './assets/images/socks_green.jpg'
image: './assets/images/socks_blue.jpg'
}
}
})