问题标签 [astro]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
6 浏览

vue.js - 试图让 Kendo UI vue 包装器在 astro 中工作

试图让我的 astro/vue3 应用程序识别 kendo ui。安装了所有 kendo NPM 包。

在我的 vue 页面上,我可以导入 kendo 命名空间,但是当我查看页面时,kendo 控件不会呈现。

完全相同的代码在“纯”vue3 应用程序(没有 astro)上运行良好。