icon icon indicating copy to clipboard operation
icon copied to clipboard

feat: add skipCustomize prop

Open RBV1 opened this issue 11 months ago โ€ข 2 comments

๐Ÿ”— Linked issue

resolves #333

โ“ Type of change

  • [x] ๐Ÿ“– Documentation (updates to the documentation or readme)
  • [ ] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [ ] ๐Ÿ‘Œ Enhancement (improving an existing functionality)
  • [x] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

Add a prop to skip the global customization function.

RBV1 avatar Jan 06 '25 12:01 RBV1

I guess we could just support :customize="false" and :customize="null" instead of introducing a new prop?

antfu avatar Jan 07 '25 06:01 antfu

Nice idea! I'll try to update the PR today

RBV1 avatar Jan 07 '25 07:01 RBV1