Asynchronous plugin panel view registration?

Why exactly do you need to do this?
I would register the view component directly and in the component, start the API call in Vue’s created() method.

1 Like