Vue JS Practice Test
Vue JS Vue JS Reactivity System
Which Vue 3 API function creates a deeply reactive object from a plain JavaScript object?
Select your answer
A
reactive()
B
ref()
C
computed()
D
shallowRef()
Hint