tiny-vue icon indicating copy to clipboard operation
tiny-vue copied to clipboard

✨ [Feature]: RichTextEditor provide way to add extension based on default

Open STofone opened this issue 5 months ago • 0 comments

What problem does this feature solve

way to add extension based on default

What does the proposed API look like

options.extensions = [
    ...new Set([...defaultOptions.extensions, ...props.options.extensions]),
  ];

What is your project name

record tool

STofone avatar Sep 24 '24 09:09 STofone