Skip to content

Instantly share code, notes, and snippets.

@mathewsanders
Created February 20, 2016 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathewsanders/2327b8d87c33186713b2 to your computer and use it in GitHub Desktop.
Save mathewsanders/2327b8d87c33186713b2 to your computer and use it in GitHub Desktop.
Design in the browser, activity 9: sorting by name
<!-- snip -->
<cafe-card
v-for="cafe in cafes | orderBy 'name'"
:cafe="cafe">
<cafe-card>
<!-- snip -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment