I\'m trying to build a small application on Nativescript-vue
where I\'m having backend laravel
framework for api calls which needs to be called to get
The problem has to do with how axios is imported. Try:
import axios from 'axios/dist/axios'
this also solves the Module not found: Error: Can't resolve 'net' in...
error.
When importing the package normally my requests failed, returning the error
Error in v-on handler (Promise/async): "Error: Request failed with status code null"