Is the Script tag from useHead not a thing anymore?
Getting an error for the
<Script ... />
tag in my script, not sure why 👁️_👁️4 Replies
Recently updated to Nuxt 3 stable release
Can you provide some code? @Zack Plauché
@conner The code is in the second image
Ah sorry
I don't know if this is the bug, but don't you have to write
<script>
so lowercase, instead of <Script>
I think you have to use the composable instead