You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2020. It is now read-only.
[Vue warn]: Unknown custom element: <mobiledoc-button> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
The fix was easy. I just imported & registered the button component too.
That's strange, I would imagine that it would be sufficient for the MobiledocToolbar component to register its MobiledocButton. Were you using the mobiledoc button separately as well?
Either way, this plugin is going to undergo an API change soon since [email protected] released provide/inject capabilities for functional components (see issue #3), which will make the MobiledocEditoreasier to use and maintain.
I'm closing this issue since I will be working on the docs after that change. But thanks for bringing this up, it's always helpful to make sure documentation is accurate.
The basic usage example threw this error:
The fix was easy. I just imported & registered the button component too.
Not a major issue, but an update to the docs might be good. 👍
The text was updated successfully, but these errors were encountered: