fix(NcActions): adjust wrapper names#5187
fix(NcActions): adjust wrapper names#5187raimund-schluessler wants to merge 1 commit intochore/noid/merge-master-nextfrom
Conversation
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
I don't think we should provide such an interface for the component. It doesn't solve the issue for wrappers over list of components or wrappers with dynamic content (see: #5184 (comment)). It doesn't solve an issue with limitations anyway (e.g., it is important to separate A solution based on name is possible now already without prefix, component users can pass component with exact name While we don't have an app migrating to Vue 3 that suffers from this issue, I'd try to solve. |
|
Ok. Fine with me. |
☑️ Resolves
If we adjust the action wrapper names to start with
NcAction(or alternatively relax the "what is an action condition"), then we at least get the same (broken) behaviour fornextas we get formaster. Would that be an improvement?