I have integrated a Vue.js npm package into my application. However, due to certain reasons, I now need to directly use the CDN URL. Let's assume that this is the CDN link for the library:
https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="91fce8bce1f0f2faf0f6f4d1a0bfa0bfa1">[email protected]</a>/dist/my-package.umd.min.js
. Currently, I am unsure of how to implement this in my Vue application.
If anyone could provide some guidance or assistance on this matter, it would be greatly appreciated. Thank you!