Skip to content

Instantly share code, notes, and snippets.

@jacobwyke
Created June 6, 2018 13:11
Show Gist options
  • Save jacobwyke/eb7e1dedb8c9a68afc99ad4effb1e8a9 to your computer and use it in GitHub Desktop.
Save jacobwyke/eb7e1dedb8c9a68afc99ad4effb1e8a9 to your computer and use it in GitHub Desktop.
Example of using the data-source component in https://gist.github.com/jacobwyke/f799b74176bd6bbe9e4a969d2558b131
<data-source :source="https://dataprovider">
<div slot-scope="{ items }">
<data-show-item :item="item" v-for="item in items" />
</div>
</data-source>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment