1,安装  npm install vue-print-nb --save

2,引入  安装好以后在main.js文件中引入 

         import Print from 'vue-print-nb'

    Vue.use(Print);  //注册

3,现在就可以使用了

vue表格打印
       <div  >

      <p>明月照于山间</p>

      <p>清风来于江上 </p>

    </div>

    <button v-print="'#printTest'">打印</button>        
vue表格打印

相关文章:

  • 2021-12-04
  • 2021-12-22
  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
  • 2022-03-08
  • 2022-12-26
  • 2021-11-19
猜你喜欢
  • 2021-10-25
  • 2021-09-28
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
相关资源
相似解决方案