Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "pdfvuer", | ||
"description": "A PDF viewer for Vue using Mozilla's PDF.js", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": "Gaurav Koley <arkokoley@live.in>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -13,3 +13,7 @@ # Pdfvuer | ||
<template> | ||
<pdf src="./static/relativity.pdf" :page=1></pdf> | ||
<pdf src="./static/relativity.pdf" :page="1"> | ||
<template slot="loading"> | ||
loading content here... | ||
</template> | ||
</pdf> | ||
</template> | ||
@@ -46,3 +50,7 @@ | ||
<pdf :src="pdfdata" v-for="i in numPages" :key="i" :id="i" :page="i" | ||
:scale="scale" style="width:100%;margin:20px auto;"></pdf> | ||
:scale="scale" style="width:100%;margin:20px auto;"> | ||
<template slot="loading"> | ||
loading content here... | ||
</template> | ||
</pdf> | ||
</div> | ||
@@ -173,3 +181,3 @@ </template> | ||
[Used in production by Gratiato](https://goodwill.zense.co.in/resources/1) | ||
[Used in production by Gratia](https://goodwill.zense.co.in/resources/1) | ||
@@ -176,0 +184,0 @@ > Made with :heart: at [IIIT Bangalore](http://iiitb.ac.in) |
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
20828
185