• Eulyeon Ko's avatar
    Remove get- prefix from vuex getters · 90e3ea30
    Eulyeon Ko authored
    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
    90e3ea30
board_column.vue 3.97 KB