modules 폴더 안에 xxxStore.js로 만든다xxxStore 파일에 namespaced: true로 설정해주기xxxStore.js 파일형식namespaced를 사용하면 getters, mutation, action을 부르는 방법이 달라지는 데 알아보기 쉽게 변
setup hook에서 store을 검색하기 위해서 useStore을 사용한다.this.$storethis.$store.state.xxxthis.$store.commit('경로명/함수명')this.$store.dispatch('경로명/함수명')this.$store.ge