1.0.8 • Published 5 years ago

vue-print-qj v1.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

vue-print-qj

这个项目是从vue-print-nb down下来的一个项目,修改了里面关于checkebox和radio的checked属性

Install

NPM

npm install vue-print-qj --save
import Print from 'vue-print-qj'

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

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago