This is a directive wrapper for printed, Simple, fast, convenient, light.
npm install vue-print-nb --save
import Print from 'vue-print-nb'
Vue.use(Print);
<button v-print>Print the entire page</button>
HTML:
```
葫芦娃,葫芦娃
一根藤上七朵花
小小树藤是我家 啦啦啦啦
叮当当咚咚当当 浇不大
叮当当咚咚当当 是我家
啦啦啦啦
...
<button v-print="'#printMe'">Print local range</button>
```