if I register a component using async loading:
components: {
pdf: () => import('vue-pdf'),
},
How can I access pdf (and pdf's methods) in the importing component?
Unfortunately it is not possible to just import the component and use it in components later.
thiscontext and is probably not what you want. Please explain the details of what you are trying to do