Remove get- prefix from vuex getters
get- prefix shouldn't be used as vuex getters are not called directly but rather used as computed props. The following getters have been renamed: getLabelToggleState to labelToggleState getActiveIssue to activeIssue The following getter has been renamed for clarity: getIssues to getIssuesByList
Showing
Please register or sign in to comment