This repository was archived by the owner on Dec 25, 2024. It is now read-only.
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Defining head
property in Nuxt #11
Closed
Description
As you probably know, in @nuxtjs/composition-api
you must add an empty head: {}
to use the useMeta
composition function.
Maybe it's going over my head but, is there any way at the moment to do this with <script setup>
?