In a VueJS 2 component, I populate a props variable when the component is loaded.
created() { this.events = null Service.getEvents() .then(res