[BUG] using script inside client-only not working in the build
jhonata-menezes opened this issue · 0 comments
jhonata-menezes commented
hello,
using client-only
with script does not work, in development mode the script is loaded but after the build does not work.
I changed it to use with vue-meta, but I couldn't understand why these two different behaviors.
Example
<client-only>
<script src="https://www.google.com"></script>
</client-only>
I know it's not the right way to use it, but with <no-ssr>
it worked