Skip to content

The word prev is spelled with the word next by mistake #191

@IdeaEcho

Description

@IdeaEcho

router vue-table/src/components/VuetablePagination.vue
line 10
The word prev is spelled with the word next by mistake

<i v-if="icons.next != ''" class="{{icons.prev}}"></i>

should be

<i v-if="icons.prev != ''" class="{{icons.prev}}"></i>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions