vue-html-to-paper
vue-html-to-paper copied to clipboard
Vue mixin for paper printing html elements.
Not working on iPhone XR safari browser, It gives the following error. Unhandled Promise rejection: Type error: null is not an object (Evaluating 'windowRef.opener') Any solution for this?
The popup window will be closed immediately once we clicked the button to print. I tested on the demo website on Chrome: https://mycurelabs.github.io/vue-html-to-paper/# The Chrome version is Version 115.0.5790.171 (Official...
In this PR: - fixes problem with typescript definition - suppoprt for Vue 3 compositon (inject) and options API - support for Vue 2 - `useHtmlToPaper` utility function available in...
I cant access htmlToPaper in vue 3 composition API ``` async function print() { row.value = rows.value[2]; htmlToPaper("print"); // cant access this } ```
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
There is an issue with both vue2 and vue3 versions. The issue is if you have Grammarly enabled print popup windows autoclose without print or if you disabled autoclose popup...