.then(response => (this.data1 = response.data)),
axios
.get('http://192.168.2.200/_web/vue/api.php?s=g&t=3')
.then(response => (this.data2 = response.data)),
},
а что не нравится-то?
можно еще стильно модно молодёжно, через async\await написать
Обсуждают сегодня