chore: useHead is auto-imported (#192)

This commit is contained in:
Manuel Quarneti 2021-09-15 13:42:03 +02:00 committed by GitHub
parent f9b0ce9cce
commit 3f9e5f93eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,4 @@
<script setup lang="ts"> <script setup lang="ts">
import { useHead } from '@vueuse/head'
// https://github.com/vueuse/head // https://github.com/vueuse/head
// you can use this to manipulate the document head in any components, // you can use this to manipulate the document head in any components,
// they will be rendered correctly in the html results with vite-ssg // they will be rendered correctly in the html results with vite-ssg