[Vuejs]-Reference an external JavaScript file using Vue.js

0๐Ÿ‘

I found a way to do it. I still have the reference on the index.html page, not sure if I need it but I also added the reference on the profile.vue component page right above the script tag

      <script type='text/javascript' src='https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js'></script> 

Then I can reference the properties without any trouble. There maybe a cleaner way to do this so please post your suggestions

Leave a comment