0

I am trying to load an html file inside a vue page, but i did not have success. The html file consists on 2 external links to stylesheets, one div and 4 external js scripts, like this example:

<link rel="stylesheet" href="https://example-to-css/css/animate.min.css">
<link rel="stylesheet" href="https:/example-to-second-css/main.chunk.css">

<div id="chat"></div>

<script src="https://example-to-js-1/js/scripts.min.js" async=""></script>
<script src="https://example-to-js-2/2.chunk.js"></script>
<script src="https://example-to-js-3/main.chunk.js"></script>
<script src="https://example-to-js-4/runtime-main.js" async=""></script>

How can I import this html file inside the vue component, or can I create an component to replace this file?

Jnildes
  • 13
  • 1
  • 5

0 Answers0