basic example do not works #12348
francy328
started this conversation in
General Discussions
Replies: 1 comment
-
I suspect you only copied the HTML part from the CodePen, or you are not running the Javascript code with that part: new Vue(... It's on the right side of the CodePen page. To make sure it runs, you can put it into your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I follow the followionf tutorial:
https://www.vuemastery.com/courses/intro-to-vue-js/vue-instance/
and copied file from the solution:
https://codepen.io/VueMastery/pen/JpVXXw?editors=1111
but when I open the index.html with chrome I see:
{{ product }}
{{ description }}
instead of :
Socks
A pair of warm fuzzy socks
Beta Was this translation helpful? Give feedback.
All reactions