Vuex를 사용하여 나만의 클래스 객체를 저장할 수 있는가? 컴포넌트 간에 객체를 공유하고자 하는데, 클래스 코드가 있다. class IDE { constructor(id) { config.set('basePath', 'static/js/ace'); this.aceEditor = edit(id); this.aceSession = this.aceEditor.session; this.aceSession.setMode("ace/mode/javascript"); this.aceEditor.setTheme('ace/theme/monokai'); this.aceEditor.setShowPrintMargin(false); } setMode() { } } 누가 나한테 vuex를 사용하라고 말해줘, 여기 내 가게 모듈 ..