Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
IdeaEcho opened this issue Mar 11, 2019 · 0 comments
Open

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

IdeaEcho opened this issue Mar 11, 2019 · 0 comments

Comments

@IdeaEcho
Copy link

IdeaEcho commented Mar 11, 2019

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant