Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@meltuhamy
Copy link

@meltuhamy meltuhamy commented Jan 17, 2017

This is a first stab at es6-style params. (#2182)

e.g.

<my-component params="thisIsSomethingOnTheVM, somethingElse, asBefore: something"></my-component>

would be equivalent to

<my-component params="thisIsSomethingOnTheVM: thisIsSomethingOnTheVM, somethingElse: somethingElse, asBefore: something"></my-component>```

@mbest
Copy link
Member

mbest commented Sep 30, 2019

This would be a breaking change in data-bind bindings. However, this might be okay for components. It would require passing an option when parsing a component's bindings.

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

Successfully merging this pull request may close these issues.

2 participants