My code review

https://www.youtube.com/watch?v=4deVCNJq3qc&t=605s
stopped at 30 minutes
print text
v-text :
v-once : {{ message }}
❴❴ : {{ message }}
{{ price }}
{{ details }} v model


v-if (type 1 2 or 3 into the v model to test this function)
your answer is 1, you must like blue
you answered 2, you must like green
3 is red
v show
works just like v-if but renders to the dom with a style of hidden. Proformance wish it is better to use v-show if you are going to keep making changes to this element. v bind
if email length is > 5 submit button is enabled
email v-for looping
for objects
{{ person.name }},
adding, example of "v-on"