10cheon00 / drf-practice

0 stars 0 forks source link

rename vue files and reclassify. #15

Closed 10cheon00 closed 3 years ago

10cheon00 commented 3 years ago

remove all axios mixin, replace them to ApiRequest.js and TokenManager.js

믹스인의 장점이 뭔지 몰라서 독립적인 객체로 바꿔 이용하기로 했다. ApiRequest에서 모든 axios 요청을 담당하기로 했다. 모든 vue에서 import axios ~를 지워 중복을 제거함. Token관리도 TokenManager에서 담당하여 불필요한 import문을 제거하였고, axios에서 주로 사용되기 때문에 vue가 더 깔끔하게 되었다.