А
import axios from "axios";
export default {
data: () => ({
profile: []
}),
mounted() {
this.loadProfile()
},
methods: {
loadProfile() {
axios.get('/api/profile')
.then(res => {
this.profile = res.data;
})
}
}
}
Size: a a a
А
import axios from "axios";
export default {
data: () => ({
profile: []
}),
mounted() {
this.loadProfile()
},
methods: {
loadProfile() {
axios.get('/api/profile')
.then(res => {
this.profile = res.data;
})
}
}
}
BS
А
IG
С
w
А
С
С
IG
w
А
IG
w
w
w
w
w
w
IG