I encountered an issue while trying to install a package in Vue 3. Initially, I was unable to install the package. I resolved this by adding .vue to the end of the install path. However, I am now facing a new problem where I am unable to download the package.
When I use this.$refs.vue3SimpleHtml2pdf.download(), and console log refs.vue3SimpleHtml2pdf, it returns an object containing download and other properties, but the download property is empty and not working.