Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
试图让我的 astro/vue3 应用程序识别 kendo ui。安装了所有 kendo NPM 包。
在我的 vue 页面上,我可以导入 kendo 命名空间,但是当我查看页面时,kendo 控件不会呈现。
完全相同的代码在“纯”vue3 应用程序(没有 astro)上运行良好。