I need to iterate through an exiting html select options, push to object from vue component and then build html vue template based on that object. I have two issues:
Cannot populate exiting object
Cannot call method on ready (I don't want to attach it to any html related events)
Hello,
I need to iterate through an exiting html select options, push to object from vue component and then build html vue template based on that object. I have two issues:
The code:
Any ideas?
I've tried to add a new data set, ready :
function (){populateExpirationYear() })
Thanks!