Vue plug-in, print! Good!. Latest version: 1.7.5, last published: 4 years ago. Start using vue-print-nb in your project by running `npm i vue-print-nb`. There are 105 other projects in the npm registry using vue-print-nb.
npm install vue-print-nb --save (二)在main.js 中引入并注册 import Print from 'vue-print-nb' Vue.use(Print) (三)使用方法 代码语言:javascript 代码运行次数:0 运行 AI代码解释 打印测试 <el-button v-print="'#printTest'">打印</el-button> 假如我们想实现,在打印的时候改变样式,或者隐藏一...
NPM npm install vue-print-nb-jeecg --save import Print from 'vue-print-nb-jeecg' Vue.use(Print); Description Print the entire page: Print the entire page Print local range: HTML: 葫芦娃,葫芦娃 一根藤上七朵花 小小树藤是我家 啦啦啦啦 叮当当咚咚当当 浇不大 叮当当咚咚当当 是我家 ...
步骤1:安装print-nb 首先,我们需要安装print-nb库。我们可以使用npm包管理器执行以下命令来安装: npm install print-nb --save 步骤2:引入print-nb 接下来,我们需要在Vue组件中引入print-nb库。以下是一种方法: import Print from 'print-nb'; 步骤3:创建打印功能 现
vue2 vue-print-nb 一、安装插件 1、npm install vue-print-nb --save 二、引入Vue项目 在main.js中添加-- 全局挂载 import Print from 'vue-print-nb' Vue.use(Print) 三、前端代码 一、操作项中的打印按钮 <svg-icon icon-class="printer"class="svgicon"@click="showPrinterDialog(scope.row)"/>...
官网地址:https://github.com/Power-kxLee/vue3-print-nb 1 // 安装 打印组件 1 npm install vue-print-nb --save 引用 vue2引用 1 2 3 4 5 6 7 8 9 10 11 12 import Print from 'vue-print-nb' // 全局引用 Vue.use(Print); // 或者 // 单组件引用 import print from 'vue-print-nb...
在Vue项目中设置vue-print-nb插件以实现打印功能,可以按照以下步骤进行: 确定vue-print-nb的版本和兼容性: 根据你的Vue版本(Vue 2或Vue 3),选择相应的vue-print-nb版本。Vue 2使用vue-print-nb,Vue 3使用vue3-print-nb。 安装vue-print-nb包: 使用npm或yarn进行安装。例如,对于Vue 2项目: bash npm in...
Vue3-Print-NB是一个基于Vue3的打印插件,它可以帮助开发者轻松实现页面打印和分页打印功能。下面是一个简单的示例,展示如何使用Vue3-Print-NB实现页面打印和分页打印。首先,安装Vue3-Print-NB插件。在项目根目录下运行以下命令: npm install vue3-print-nb --save 然后,在需要使用打印功能的组件中引入Vue3-Print...
简介: vue 打印vue-print-nb 安装配置 npm install vue-print-nb --save main.js中 // 导入打印插件 import Print from 'vue-print-nb' Vue.use(Print); .vue页面中使用 打印内容 <el-button type="primary" v-print="'printConfig'">打印</el-button> data中定义变量 printConfig:{ id:'print...
print vue-print-nb vue3-print-nb wen.ziyang •1.1.1•17 days ago•0dependents•MITpublished version1.1.1,17 days ago0dependentslicensed under $MIT 518 vue3-printer A Vue component for printing content vue vue3 print component