Vuex Easy Firestore :fire: 仅用4行代码,即可将您的vuex模块与firestore完全2同步: const userModule = { firestorePath : 'users/{userId}/data' , firestoreRefType : 'collection' , // or 'doc' moduleName : 'user' , statePropName : 'docs' , // the rest of your module here } // add userModule as vuex plugin wrap