摘要: 在做打印小票的需求 首先是安装这两个插件 npm install jsbarcode --save npm install print-js--save 引入 import printJS from 'print-js' import JsBarcode from 'jsbarcode' 使用 写一 阅读全文
posted @ 2024-06-26 14:51 ayubene 阅读(399) 评论(0) 推荐(0)