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
While vuejs/docs#1133 documents that binding.expression has been removed from custom directives, it doesn't include a rationale or migration path for the decision because the author did not have that information. Since binding.expression enabled functionality for directives that is no longer possible without it (namely two-way binding) it would be helpful to have a migration path.
The text was updated successfully, but these errors were encountered:
While vuejs/docs#1133 documents that
binding.expression
has been removed from custom directives, it doesn't include a rationale or migration path for the decision because the author did not have that information. Sincebinding.expression
enabled functionality for directives that is no longer possible without it (namely two-way binding) it would be helpful to have a migration path.The text was updated successfully, but these errors were encountered: