1.0.6 • Published 10 months ago

view-printer v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

view-printer

!NOTE This is the repository for Vue 2 Next support Vue 3 ......

Status

  • vue 2: Support
  • vue 3: Lazy

Know Me

Quickstart

  • Add it to an existing Vue Project:

    npm install view-printer  --save
  • import it to an existing Vue Project:

    import printer from 'view-printer'
    
    Vue.direction(printer)
  • use it to an existing Vue Project:

    <template>
      <button v-print="printInfo"></button>
    </template>
    <script>
    export default{
      data(){
        return {
          printInfo:{
            id: ''
          }
        }
      }
    }
    </script>
    
    Vue.direction(printer)

Update log

1.0.2 version support vue2

Lib Params

Format Params

Method For Print

喝杯咖啡

如果能帮到你 我很高兴!!! 来杯咖啡刺激开发进度

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago