I'd like to include external JS scripts via CDN into a VueJS project using the Composition API. I only need these scripts for a specific component. How can I do this?
I have found the following questions with helpful answers: How to include a CDN to VueJS CLI without NPM or Webpack? How to add external JS scripts to VueJS Components? However both of these answers use the Options API and I need to use the Composition API.