vue-instagram
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "vue-instagram", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Fetch Instagram feed components based on Vue.", | ||
@@ -5,0 +5,0 @@ "author": "Kevin Ongko", |
@@ -18,2 +18,4 @@ # vue-instagram | ||
Style your feeds using [scoped slot] (https://vuejs.org/v2/guide/components.html#Scoped-Slots) | ||
```vue | ||
@@ -25,2 +27,5 @@ <template> | ||
</template> | ||
<template slot="error" scope="props"> | ||
<div class="fancy-alert"> {{ props.error.error_message }} </div> | ||
</template> | ||
</vue-instagram> | ||
@@ -27,0 +32,0 @@ </template> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5420
77