Topic: A problem with wialon.js
Hi, 
Probably this is a stupid question but I can't include the file wialon.js in a project. I use vue/cli 4.0.5 and in public/index.html insert it to the page:
   <div id="app"></div>
   <script src="https://hst-api.wialon.com/wsdk/script/wialon.js">     
   </script>
   <!-- built files will be auto injected -->
 </body>
It does't work. What's wrong?