|
|
|
@ -173,7 +173,7 @@ let app = new Vue({
@@ -173,7 +173,7 @@ let app = new Vue({
|
|
|
|
|
this.roundActive = false; |
|
|
|
|
alertify.notify('Draw!'); |
|
|
|
|
this.draw(); |
|
|
|
|
} else if (this.dealerScore > 22) { |
|
|
|
|
} else if (this.dealerScore > 21) { |
|
|
|
|
this.roundActive = false; |
|
|
|
|
alertify.notify('Dealer is plus, you win'); |
|
|
|
|
this.win(); |
|
|
|
|