Update NuxtImg syntax to use v-bind for modifiers#2277
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change updates the Shopify provider documentation to consistently use Vue's Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
commit: |
This pull request updates the documentation for the Shopify image provider to correct how the
modifiersprop is passed to theNuxtImgcomponent. All examples now use the correct Vue binding syntax for props.Documentation fixes:
NuxtImgusage examples to use:modifiers="{ ... }"instead ofmodifiers="{ ... }"to properly bind themodifiersprop as an object in Vue. [1] [2] [3] [4]