Konversi string ke array di vue js

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