Vue
main.scss 전역설정, vuex의 mapState, 검색된정보초기화 및 페이지이동간 스크롤업
ParkStelth
2021. 8. 26. 15:55
main.scss 전역에서 가져와서 사용하기
vuex의 mapState로 this.$store.state.모듈.값 을 한번에 처리하기
about.js export default { namespaced:true, state:()=>({ name: '****', email:'wnsdud****@naver.com', blog:'https://naver.com', phone:'+82-10-****-****', image:'https://heropy.blog/css/images/logo.png' }) } ![]() |
![]() |
페이지 이동간 스크롤 복귀
메인 페이지로 이동시 검색 정보를 초기화