vue-html-to-paper
vue-html-to-paper copied to clipboard
Vue mixin for paper printing html elements.
I am using tailwind in NUXT, name: '_blank', specs: [ 'fullscreen=yes', 'titlebar=yes', 'scrollbars=yes' ], styles: [ 'https://cdn.tailwindcss.com', ], timeout: 1000, // default timeout before the print window appears autoClose: true,...
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
The option `windowTitle` and potentially others (?) is broken at commit 6a4f093b656694f882a55ae34e9aeaed259dfcc7. According to the docs, this option should set the window title. In the current build, this feature is...
Still having this issue on 1.4.4
Hi, Using Chrome the plugin outputs this to console: `Scripts may close only the windows that were opened by them. ` Any ideas on how to fix it?
Would it be possible to add Vue3 support to this project. I do appreciate this would probably need to be done as part of a major version change and possibly...
I moved the css into the public directory but the same behaviour continues. _Originally posted by @luisluft in https://github.com/mycurelabs/vue-html-to-paper/issues/46#issuecomment-633228181_ ``` print() { const local_options = { styles: ["./print.css"] }; this.$htmlToPaper("print_me",...
Changing prototype instance into config.globalProperties for compatibility in Vue 3
The reference to the window opened it was wrong. In order to close the print window, `win` variable has to be used.