Vuex 이거.$store는 함수가 아니라 이것입니다.$store.syslog가 실행됩니다. 내 앱에서vue 컴포넌트는 다음과 같습니다. mounted () { this.$store.dispatch('switchSideNav', false) ... console.log('COOKIE: ', this.$store.state('cookieAgreement')) if (!this.$store.state('cookieAgreement') ..... 에러가 발생하고 있습니다. Error in mounted hook: "TypeError: this.$store.state is not a function" DevTools에서 Vuex를 확인하면 다음을 확인할 수 있습니다. state cookieAgreement:fa..