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

modify v-model code #4

Open
1 of 2 tasks
nsano-rururu opened this issue Aug 26, 2023 · 0 comments
Open
1 of 2 tasks

modify v-model code #4

nsano-rururu opened this issue Aug 26, 2023 · 0 comments

Comments

@nsano-rururu
Copy link
Owner

nsano-rururu commented Aug 26, 2023

  • v0.6.1vue3
  • v0.8.2vue3

VueQueryBuilder.vue
QueryBuilderGroup.vue
QueryBuilderRule.vue

example

add

emits: ['update:modelValue'],

edit

@input → @update:modelValue
:value → :modelValue
value: String → modelValue: String
this.$emit('input' → this.$emit('update:modelValue'

https://v3-migration.vuejs.org/breaking-changes/v-model.html
https://www.plus-one.tech/posts/2021/02/27.html
https://b1san-blog.com/post/vue/vue-3-introduction/

@nsano-rururu nsano-rururu self-assigned this Aug 26, 2023
@nsano-rururu nsano-rururu changed the title v-model modify v-model code Aug 26, 2023
@nsano-rururu nsano-rururu reopened this Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant