标签:打印 cti tps lan alt inf imp vue port
项目中遇到了要打印页面的功能,我感觉我这个方法不太好,欢迎各位来改善指导
使用print插件 https://github.com/xyl66/vuePlugs_printjs
教程地址::https://blog.csdn.net/peiyongwei/article/details/82460709
1 <template> 2 3 <section ref="print"> 4 5 <要打印内容/> 6 7 <div class="no-print">不要打印我</div> 8 9 </section> 10 11 </template> 12 13 this.$print(this.$refs.print) // 调用方法使用
标签:打印 cti tps lan alt inf imp vue port
原文地址:https://www.cnblogs.com/jun-qi/p/10894942.html