I want to execute the script tag which I will be receiving from the API. The API response will contain HTML, CSS, and Javascript. I want to execute the response script tag in my Vue 3 application.
As per the documentation, the Vue does not allow JavaScript injection and there is no clear documentation that says it's not possible to inject.
So is it possible or not?
You can have a look at the attached screenshots for reference.