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
Better warning for ignored attributes on fragment instances.
Changed
Custom directives now have a default priority of 1000. This should make it be bound before most of the built-in directives (except components, partials, slots and flow-controls, of course). This is part of the fix for custom directive dynamic params and should not break existing usage.
Fixed
Fixed dynamic params for custom directives not working properly. (@kazupon)
v-for context can now properly access parent scope's $els and $refs. (@TerenceZ)
v-bind on object and v-bind:class on object are now in deep mode as expected.
#1656 Fixed v-on filters not applied in correct scope when used with inline statements.