[Vuejs]-How to stop infinite recursion in callback

0👍

✅

Returning return text.join("") was not the problem.

The solution is moving options property from a method to a computed property.

Leave a comment