devextreme-vue-template
devextreme-vue-template copied to clipboard
load drawer menuitems async with async setup() and <Suspense>, but nothing showed up
In your application template all of the menuitems are statically. Howerver, in real world, the menuitems are dynamically loaded from the server.
` `