작게나마 도움되고자 올립니다..
store.js에는
import { createStore } from 'vuex'
export const store = createStore({
main.js에는
const app = createApp(App)
app.component('font-awesome-icon', FontAwesomeIcon)
app.use(store).mount('#app')
이런식으로 store를 사용하겠다 등록해주시면 에러가 안나겠습니다..