vue-print-nb-hldf

0.0.2 • Public • Published

vue-print-nb-hldf

This is a directive wrapper for printed, Simple, fast, convenient, light. ( 特定改造版本: 解决IE兼容问题和支持Canvas自适应打印 )

Install

NPM

npm install vue-print-nb-hldf --save
import Print from 'vue-print-nb-hldf'

Vue.use(Print);

Description

Print the entire page:

<button v-print>Print the entire page</button>

Print local range:

HTML:

    <div id="printMe" style="background:red;">
        <p>葫芦娃,葫芦娃</p>
        <p>一根藤上七朵花 </p>
        <p>小小树藤是我家 啦啦啦啦 </p>
        <p>叮当当咚咚当当 浇不大</p>
        <p> 叮当当咚咚当当 是我家</p>
        <p> 啦啦啦啦</p>
        <p>...</p>
    </div>

    <button v-print="'#printMe'">Print local range</button>

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i vue-print-nb-hldf

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

63 kB

Total Files

15

Last publish

Collaborators

  • ykgw