Open jhonata-menezes opened 4 years ago
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
<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
<no-ssr>
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. ExampleI know it's not the right way to use it, but with
<no-ssr>
it worked