5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
export default {
|
|
collection(state) {
|
|
return state.collection;
|
|
},
|
|
} |