Skip to content

Commit a78885d

Browse files
Alex-Sokolovchrisvfritz
authored andcommitted
Update index.md (#1634)
1 parent 28ad8a1 commit a78885d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/v2/api/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,6 @@ type: api
16611661
methods: {
16621662
giveAdvice: function () {
16631663
var randomAdviceIndex = Math.floor(Math.random() * this.possibleAdvice.length)
1664-
this.advice =
16651664
this.$emit('give-advice', this.possibleAdvice[randomAdviceIndex])
16661665
}
16671666
},
@@ -1704,7 +1703,6 @@ type: api
17041703
methods: {
17051704
giveAdvice: function () {
17061705
var randomAdviceIndex = Math.floor(Math.random() * this.possibleAdvice.length)
1707-
this.advice =
17081706
this.$emit('give-advice', this.possibleAdvice[randomAdviceIndex])
17091707
}
17101708
},

0 commit comments

Comments
 (0)