vue3 + TS 实现点击按钮打印功能(vue-easy-print)_Caroline0812的博客-CSDN博客
插件
jsbarcode、uuid、vue-easy-print、vue-qr
主页面
<script setup lang="ts">
import { ref } from 'vue'
import PrintUser from './printUser.vue'
const easyPrint = ref()
const printDemo = () => {
setTimeout(() => {
easyPrint.value.