diff --git a/docs/content/3.components/avatar.md b/docs/content/3.components/avatar.md index 5d5702d1..79d69008 100644 --- a/docs/content/3.components/avatar.md +++ b/docs/content/3.components/avatar.md @@ -11,18 +11,16 @@ links: ## Usage -::tip -The Avatar uses the `NuxtImg` component when [`@nuxt/image`](https://github.com/nuxt/image) is installed, falling back to `img` otherwise. +The Avatar uses the `` component when [`@nuxt/image`](https://github.com/nuxt/image) is installed, falling back to `img` otherwise. + +::note +You can pass any property from the HTML `` element such as `alt`, `loading`, etc. :: ### Src Use the `src` prop to set the image URL. -::note -You can pass any property from the HTML `` element such as `alt`, `loading`, etc. -:: - ::component-code --- props: