Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Directive this.arg should not include the modifier #1399

Closed
Centaur opened this issue Oct 9, 2015 · 0 comments
Closed

Custom Directive this.arg should not include the modifier #1399

Centaur opened this issue Oct 9, 2015 · 0 comments

Comments

@Centaur
Copy link

Centaur commented Oct 9, 2015

1.0 Beta3.

  <table v-my-directive:prop.sync="abc">...</table>
  new Vue.directive('my-directive', function(value) {
     console.log('this.arg', this.arg)
  })

this.arg should be prop but log shows prop.sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants