Move namespaceLoaded directive into events #69
Labels
status:confirmed
An issue confirmed by the development team.
type:task
Any other issue (refactoring, typo fix, etc).
Are you reporting a feature request or a bug?
Provide detailed reproduction steps (if any)
When working on docs for #67 I find out that we probably misplaced our
namespaceLoaded
directive with the event. It seems more semantic to treat it as an event since it's asynchronous and it's called only in a specific environment. It would be good to move this directive into events instead, so instead of writing:we would have
(I've changed the name of the event on purpose as it's probably more convenient to write events without
-
character, and the camel case is discouraged by Vue).For more details about the feature see #66
The text was updated successfully, but these errors were encountered: