diff --git a/src/v2/api/index.md b/src/v2/api/index.md index edf2e42be0..614e6061b7 100644 --- a/src/v2/api/index.md +++ b/src/v2/api/index.md @@ -1661,7 +1661,6 @@ type: api methods: { giveAdvice: function () { var randomAdviceIndex = Math.floor(Math.random() * this.possibleAdvice.length) - this.advice = this.$emit('give-advice', this.possibleAdvice[randomAdviceIndex]) } }, @@ -1704,7 +1703,6 @@ type: api methods: { giveAdvice: function () { var randomAdviceIndex = Math.floor(Math.random() * this.possibleAdvice.length) - this.advice = this.$emit('give-advice', this.possibleAdvice[randomAdviceIndex]) } },