I tried to put this in public index.html:
<script type='text/javascript'
src='https://platform-api.sharethis.com/js/sharethis.js#property=5f4e15b2e56e550012ae1e77&product=inline-share-buttons'
async='async'></script>
then I put this in the component:
<div class="sharethis-inline-share-buttons"></div>
but nothing is showing...
any help how do I make it work?
Found this short tutorial in case someone else is struggling with this problem.
https://motorscript.com/share-this-component-for-vue-nuxt/
you should create a component
ShareThis.vueand apply it to your codeYou have to build a vue component in order for it to work