永康嘉持电器有限公司前端
编辑 | blame | 历史 | 原始文档

vue-print-nb

This is a directive wrapper for printed, Simple, fast, convenient, light.

Install

NPM

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

Vue.use(Print);

Description

Print the entire page:

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

Print local range:

HTML:
```


葫芦娃,葫芦娃


一根藤上七朵花


小小树藤是我家 啦啦啦啦


叮当当咚咚当当 浇不大


叮当当咚咚当当 是我家


啦啦啦啦


...


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

```

License

MIT