1.0.4 • Published 4 years ago

syl-vue-printer v1.0.4

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

安装

npm install -S syl-vue-printer

使用方式

<template>
  <v-print :doPrint.sync="print">
    <div>需要打印的内容  支持根据内容自动分页</div>
  </v-print>
  <el-button @click="print=true">打印</el-button>
<template>
<script>
import vPrint from 'syl-vue-printer'
export default {
    data(){
        return {
            print:false, // 
        }
    }
}
</script>
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago