mycurelabs / vue-html-to-paper

Vue mixin for paper printing html elements.
MIT License
298 stars 102 forks source link

looking for print close method #88

Open MicroDreamIT opened 3 years ago

MicroDreamIT commented 3 years ago

for example we can call below method to open print dialog, but i am looking for close method to reset some value like @print_close

methods: {
    async print () {
      // Pass the element id here
      await this.$htmlToPaper('printMe');
    }
  }
jofftiquez commented 1 year ago

Sorry @MicroDreamIT could you elaborate more? Thanks