так:
mounted() {
axios
.get('api.php?s=g')
.then(response => (this.materials = response.data));
},
так же
Обсуждают сегодня