mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
docs: mention head composable as alternative to useHead
(#18552)
This commit is contained in:
parent
98b5c89a5a
commit
5c7715813d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user