Перейти к основному содержанию
Zoro
Вопросы
Таймер
Резервное копирование
Главная
/
🟢 Vue.js
/
Вопросы 34
Vue.js:
What is the difference between ref() and reactive()?
🎯
Режим фокуса
34
🟢
Vue.js
🌱 junior
Снять отметку
What is the difference between ref() and reactive()?
ref
— wrapper.
reactive
— proxy.
ref
— .value.
reactive
— no .value.
ref
— primitives.
reactive
— objects.
Больше вопросов по Vue.js
What is Vue.js and what is it used for?
What is the difference between Vue 2 and Vue 3?
What is the difference between Options API and Composition API in Vue?
What is the difference between ref() and reactive() in Vue 3?
What is the difference between computed() and methods in Vue?
What is the difference between Options API and Composition API?
What is the difference between computed and methods?
Назад к категории Vue.js