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 has been archived by the owner on Apr 24, 2020. It is now read-only.
Since button component is functional, and functional components are rendered before slots, it can't receive provided props from the editor, only from root instance (see vuejs/vue#5837). Thus, we need a shared vm/controller that both editor and its nested components share.
update: separate controller seems to be necessary since runtime build does not compile templates, which means that you can't use it as both a template and as a controller (and vue files are too limited)
Ideally a package will only consist of an
Editor
and its nested, complementary components.The text was updated successfully, but these errors were encountered: