tiny-vue
tiny-vue copied to clipboard
✨ [Feature]: RichTextEditor provide way to add extension based on default
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