nativescript-vue / nativescript-vue-ui-tests

A nativescript-vue application showcasing all elements, used to generate screenshots for the docs.
16 stars 6 forks source link

Fix ListView component #2

Closed EddyVerbruggen closed 6 years ago

EddyVerbruggen commented 6 years ago
rigor789 commented 6 years ago

Hey, this needs a few more changes, the recommended way to use the list view is to assign the for attribute like this: <ListView for="item in items"> and in that case the scope in not required in the <v-template> (ref: https://nativescript-vue.org/en/docs/elements/components/list-view/)

I can make these changes, just let me know :)

EddyVerbruggen commented 6 years ago

Thank you! I'll take care of it.

rigor789 commented 6 years ago

Ignore the CI, it's borked, on my todo list to fix it up