Files
client/src/store/modules/share/mutations.js

6 lines
84 B
JavaScript
Raw Normal View History

2023-02-17 22:08:04 +01:00
export default {
setShares(state, shares) {
state.collection = shares;
},
}