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

[2.x] - Remove '.native' deprecated modifier in vue3 #689

Merged

Conversation

gjinali
Copy link
Contributor

@gjinali gjinali commented Feb 23, 2021

This PR contains changes for Inertia vue stubs.

Based on vue3 recommended rules, the .native modifier on v-on directive is deprecated, according to the vue eslint rulesets https://eslint.vuejs.org/rules/no-deprecated-v-on-native-modifier.html it seems that in vue3 we can use the v-on directive on custom components as well.

vue3 v-on native deprecated directive has been removed
@taylorotwell taylorotwell merged commit debf79d into laravel:2.x Feb 23, 2021
@gjinali gjinali deleted the remove-native-deprecated-directive branch May 10, 2021 00:04
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