We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the orderBy docs, it currently it says sortBy, I believe it should be orderBy, as follows:
sortBy
orderBy
<ul> <li v-repeat="users | orderBy field reverse">{{name}}</li> </ul>
<ul> <li v-repeat="users | orderBy 'name' -1">{{name}}</li> </ul>
Happy to do a PR if the docs are somewhere.
The text was updated successfully, but these errors were encountered:
check https://github.com/vuejs/vuejs.org for current website and docs api#filters => https://github.com/vuejs/vuejs.org/blob/master/source/api/filters.md
Sorry, something went wrong.
Thanks @wryk! Closed in favour of vuejs/v2.vuejs.org#21
No branches or pull requests
In the orderBy docs, it currently it says
sortBy
, I believe it should beorderBy
, as follows:Happy to do a PR if the docs are somewhere.
The text was updated successfully, but these errors were encountered: