How to

import in your main.js

import SimplePrint from 'vue-simple-print'
Vue.use(SimplePrint);

in your page or compnent

this.$SimplePrint("domId", {
  title: "Page Title",
  style: "print style string, eg: .print{font-size: 18px; padding: 20px}",
  showTime: "show print time or not, boolen: true/false"
})

screenshoot

Screen Shot 2021-10-27 at 13 48 49 PM