We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ea0d40 + 8ae2678 commit d4bb833Copy full SHA for d4bb833
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@libresign/vue-pdf-editor",
3
"description": "vue2 pdf editor component",
4
- "version": "1.2.1",
+ "version": "1.2.2",
5
"author": "LibreCode",
6
"private": false,
7
"main": "dist/vue-pdf-editor.umd.js",
src/VuePdfEditor.vue
@@ -389,6 +389,11 @@ export default {
389
this.narrowEnlargeShow = true
390
this.initTextField()
391
await this.initImages()
392
+ this.$emit('pdf-editor:end-init', {
393
+ allObjects: this.allObjects,
394
+ numPages: this.numPages,
395
+ pages: this.pages,
396
+ })
397
} catch (e) {
398
console.log(e)
399
}
0 commit comments