5 lines
82 B
JavaScript
Raw Normal View History

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