Add <NuxtBg /> component for semantic purposes #1538
michaelprys
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add a component like
<NuxtBg />
or<NuxtBgImg />
for semantic purposes? For instance, some images are not content related and are mainly decorative, so for them I useuseImage()
, which requires an additional code in<script setup>
, unlike with<NuxtImg />
.Beta Was this translation helpful? Give feedback.
All reactions