created() { let doc = document.createElement('script'); doc.setAttribute('src',"your-link-here"); document.head.appendChild(doc); }