vuex easy firestore:易于将firestore和vuex模块耦合。 2路同步0个样板! 源码
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
文件列表
vuex-easy-firestore:易于将firestore和vuex模块耦合。 2路同步,0个样板!
(预估有个152文件)
vuex-easy-access.js
7KB
user.js
4KB
serverHooks.js
4KB
DBChannel.js
6KB
initialDoc.js
3KB
actionsCollection.js
9KB
actions_arrays.js
3KB
actionsDoc.js
4KB
mutations.js
5KB
getters.js
5KB
暂无评论