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

feat(runtime-core): allows v-model built in modifiers on component #2348

Merged
merged 2 commits into from
Oct 20, 2020

Conversation

69hunter
Copy link
Contributor

#2326

This feature allows v-model built-in modifiers: number and trim to be used on component.

@@ -76,6 +77,22 @@ export function emit(
}
}

let args = rawArgs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should use rawArgs directly here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you explain more on how to use rawArgs here?

@yyx990803 yyx990803 force-pushed the feat/v-model-modifiers-on-component branch from e59dd82 to 301ea5d Compare October 20, 2020 13:52
@yyx990803 yyx990803 merged commit 128ec46 into vuejs:master Oct 20, 2020
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.

None yet

3 participants