Skip to content

Commit

Permalink
Reorder props
Browse files Browse the repository at this point in the history
  • Loading branch information
hrynko committed May 26, 2022
1 parent b0a2ed5 commit 09a8c6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/vue-pdf-embed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ export default {
* @values String
*/
id: String,
/**
* Path for annotation icons, including trailing slash.
* @values String
*/
imageResourcesPath: String,
/**
* Number of the page to display.
* @values Number
Expand Down Expand Up @@ -77,11 +82,6 @@ export default {
* @values Number, String
*/
width: [Number, String],
/**
* Path for annotation icons, including trailing slash.
* @values String
*/
imageResourcesPath: String,
},
data() {
return {
Expand Down

0 comments on commit 09a8c6b

Please sign in to comment.