docs: mention head composable as alternative to useHead (#18552)

This commit is contained in:
华晨 2023-01-26 21:48:52 +08:00 committed by GitHub
parent 98b5c89a5a
commit 5c7715813d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,7 @@ In the example below, `titleTemplate` is set either as a string with the `%s` pl
### Add External CSS
The example below inserts Google Fonts using the `link` property of the `useHead` composable:
The example below shows how you might enable Google Fonts using either the `link` property of the `useHead` composable or using the `<Link>` component:
::code-group