Skip to content

Vue 3 is it good to use reactive on static objects

I have a variable rules that holds an object for validating a form. From reading some blogs and watching tutorials I’ve learned that ref is for primitive values and reactive is for objects/arrays. So …