下载

npm install vue-print-nb --save-dev

注册

import { createApp } from 'vue'
import App from './App.vue'
import print from 'vue3-print-nb'
const app = createApp(App)
Vue.use(print)
app.use(print)
app.mount('#app')

页面使用

 <div id="printMe">
        
        <!--  我要被打印-->
 </div>

<button v-print="'#printMe'">打印</button>

 

Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐