You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
willaengine/resources/js/Default/store/store/getters.text

8 lines
216 B

export default {
get|-Module-|: state => state.|-module-|,
get|-Module-|Loading: state => state.loading,
get|-Module-|Pagination: state => state.pagination,
get|-Module-|Selected: state => state.selected,
};