I cant access htmlToPaper in vue 3 composition API ``` async function print() { row.value = rows.value[2]; htmlToPaper("print"); // cant access this } ```