Vuejs-Authentication icon indicating copy to clipboard operation
Vuejs-Authentication copied to clipboard

Errors in paths

Open focussing opened this issue 8 years ago • 0 comments

npm run dev gives errors, I had to change the following to get it running:

router/index.js -> import resident from '../components/login/resident/resident.vue';

and

residentService.js -> import { APIENDPOINT , getHeader } from '../../../app.config';

focussing avatar Aug 18 '17 09:08 focussing