import SimplePrint from 'vue-simple-print'
Vue.use(SimplePrint);
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"
})