• Tom Quirk's avatar
    Reduce complexity of discussionTabCounter eval · 64d575f8
    Tom Quirk authored
    The tab counter for discussion relies on 2
    variables: discussionTabCounter _and_ isLoading.
    In order to effectively watch both of these
    properties, an additional computed value has
    been created, which is subsequently watched.
    
    This removes the dependency of allDiscussions
    from discussionTabCounter
    64d575f8
notes_app.vue 7.73 KB