I have the following situation in my Vue.js application:
data() { return { data: [] } }, async created() { console.log(\'before async call\')