0👍
Try this:
getAttributes () {
$.get('/api/getSpecifications').done((resp) => {
this.test = resp;
console.log(resp);
});
}
- [Vuejs]-How to use vue search select in multiple form
- [Vuejs]-Vuejs display Laravel errors in flash component
Source:stackexchange.com