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

pull request for l6-start

pull request for l3-start

``` updateVariant(index) { this.selectedVariant = index } ``` ``` updateVariant(index) { this.selectedVariant = index **this.onSale = this.variants[index].quantity** } ```

Ideas of things to include: - [ ] Prerequisites - [ ] How to get setup - [ ] Questions? Submit an issue