在VUE中实现打印

1.安装javascript npm install vue-print-nb --save 2.在mian.js中引入html import Print from 'vue-print-nb' Vue.use(Print); 3.在页面中使用vue <el-dialog title="打印页面" :visible.sync="dialogVisible" width="40%" :loading
相关文章
相关标签/搜索