Asynchronous plugin panel view registration?

Yep, thatā€™s what I would do too. But I have a Vuex store attached to my root component and its state depends on the initial data. If I initialize the store state after itā€™s created, I get a bunch of errors from its getters. Therefore, I wanted to initialize the whole plugin app after that data is present.

The real question is why canā€™t Kirby handle the plugin being initialized asynchronously. :thinking: