SyntaxFix
Write A Post
Hire A Developer
Questions
You need to do something like this (If you want to call the method on page load):
new Vue({ // ... methods:{ getUnits: function() {...} }, created: function(){ this.getUnits() } });