Intro-to-Vue-3 icon indicating copy to clipboard operation
Intro-to-Vue-3 copied to clipboard

Code for Vue Mastery's Intro to Vue 3 course:

Results 105 Intro-to-Vue-3 issues
Sort by recently updated
recently updated
newest added

The L8 code starts with a property `inStock: true` and finishes with a computed value that returns an integer type. What it could be done is the code below: ```...

At line 41 in "main.js", the inStock is not access because both of the code is accessing the image key.

i want to know more about vue3. i think this is the good start.

During lesson 4 an inventory property is added and used on the html to show if the product has stock. The challenge asks to add an onSale boolean property to...

- HTML in L5-end was missing key for detail - Added that missing key tag to avoid any potential misunderstanding for new users

Added solution to lesson 4 in index.html file.