how to import js file correctly in vue
i import js-cloudimage-360-view(https://github.com/scaleflex/js-cloudimage-360-view) into index.html, but the code in vue template didn’t render successful and display nothing, chrome console didn’t report any error. And in my test, when the code paste in index.html it’s worked, but in myComponent.vue failed. How to import js-cloudimage-360-view.min.js fully functional import js in index.html <div id="app"></div> <!– built files will… Read More how to import js file correctly in vue