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

Missing the resident folder ?

Open ghost opened this issue 7 years ago • 3 comments

ERROR in ./src/router/index.js Module not found: Error: Can't resolve '../components/resident/resident.vue' in '/Users/yves/Developments/WIP/VUE.JS/LB2/src/router' @ ./src/router/index.js 6:0-59 @ ./src/main.js

ghost avatar Jan 05 '18 13:01 ghost

found it inside the login folder ... bad move I guess... restarted ..; ok for resident A001. / open@A001 but Admin user is not present ... wrong vredentials ? ( ADMIN , admin doesn't work !)

ghost avatar Jan 05 '18 13:01 ghost

I changed line6 on index,js to: import resident from '../components/login/resident/resident.vue';

chabgood avatar Apr 18 '18 02:04 chabgood

I also changed line 3 in residentService.js to: import { APIENDPOINT , getHeader } from '../../../app.config';

chabgood avatar Apr 18 '18 02:04 chabgood