We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link extension how to add placeholder?
The text was updated successfully, but these errors were encountered:
Link extension how to add placeholder? It's for vue 2 or vue 3?
Sorry, something went wrong.
链接扩展如何添加占位符?是针对 vue 2 还是 vue 3?
vue2
u should do custom link extenstion, import link from element-tiptap
link.extends([ menuBtnView(editorContext: MenuData) { return { component: AddLinkCommandButton, componentProps: { editorContext, }, }; } })
export default link u should do AddLinkCommandButton element tiptap addLinkCommandButton
No branches or pull requests
Link extension how to add placeholder?
The text was updated successfully, but these errors were encountered: