mycurelabs / vue-html-to-paper

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

Vue 3 composition API #127

Open prasetyo-jeanu opened 11 months ago

prasetyo-jeanu commented 11 months ago

I cant access htmlToPaper in vue 3 composition API

async function print() {
    row.value = rows.value[2];
    htmlToPaper("print"); // cant access this
}