Skip to content

Commit 526673e

Browse files
committed
revert changes socks.html
1 parent 9845625 commit 526673e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 01-HelloWorld/01-Socks.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>{{ product }}</h1>
3535

3636
<!-- Events -->
3737
<button
38-
v-on:click="addToCart"
38+
v-on:click="cart++; inventory--"
3939
:disabled="!inventory"
4040
class="add-to-cart"
4141
:class="inventory ? '' : 'disabledButton'"

0 commit comments

Comments
 (0)