'Trying to get Kendo UI vue wrapper working in astro

trying to get my astro/vue3 app to recognize kendo ui. Installed all the kendo NPM packages.

On my vue page, I can import the kendo namespaces, but when I view the page the kendo controls do not render.

The exact same code works fine on a "pure" vue3 app (without astro).



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source