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
I just noticed that it's possible to call a component et use v-class from outside and it will be properly merged with existing class but when you introduce a variable into the component class attribute, the outside v-class is ignored
I'm not sure if this is related, but when I set up some props for a component and some data the default values for props don't work. Unless I'm understanding it incorrectly.
Hi!
I just noticed that it's possible to call a component et use v-class from outside and it will be properly merged with existing class but when you introduce a variable into the component class attribute, the outside v-class is ignored
Here's a fiddle illustrating the bug: http://jsfiddle.net/noirbizarre/xcres8hr/3/
The text was updated successfully, but these errors were encountered: