We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ad8a1 commit a78885dCopy full SHA for a78885d
src/v2/api/index.md
@@ -1661,7 +1661,6 @@ type: api
1661
methods: {
1662
giveAdvice: function () {
1663
var randomAdviceIndex = Math.floor(Math.random() * this.possibleAdvice.length)
1664
- this.advice =
1665
this.$emit('give-advice', this.possibleAdvice[randomAdviceIndex])
1666
}
1667
},
@@ -1704,7 +1703,6 @@ type: api
1704
1703
1705
1706
1707
1708
1709
1710
0 commit comments