All Questions
5 questions
0
votes
0
answers
408
views
Nested reactivity with ref is diffrent between Vue 2.7 & Vue 3
While trying to migrate from Vue 2.7 to Vue 3 using @vue/compat we had many issue in the reactivity system.
After investigation we could isolate the issue. Here you can find the same code running on ...
0
votes
1
answer
435
views
Vue-select not displaying the text after selecting an option
i am using vue-select component, everything looks fine but the selected value is not shown at the top after user selects an option here is the gif screen to get an idea what is happening please see ...
1
vote
1
answer
575
views
Vue.js reactivity features in backend application?
I'm wondering if there's someone knowledgeable in Vue(2 or 3)'s reactivity that might be able to answer this question and explain reasons.
This is regarding features such as data() reactivity (getters ...
1
vote
1
answer
1k
views
Avoid re-rendering for array-type prop in Vue3
I would consider this as a fundamental question. It's about the principles of vue2/vue3 reactivity.
Suppose we have items with tags (many-to-many). They are stored in vuex like that (using normalizr ...
19
votes
3
answers
19k
views
Vue 3 - Vue.delete alternative
What's the alternative of Vue.delete in the new Reactivity API of Vue 3?