added dialog for shared items fix #2
This commit is contained in:
6
src/store/modules/share/mutations.js
Normal file
6
src/store/modules/share/mutations.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
|
||||
setShares(state, shares) {
|
||||
state.collection = shares;
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user