converter string em matriz em vue js

myString.split(","); // converts string with commas to array
Terrible Tern