Tag Vue3

Vue 3.0 ref differs from reactive

the use of ref ref the role is to convert a primitive data type into a data type with a reactive attribute (reactivity), there are 7 primitive data types, which are: String Number Boolean Null Undefined Symbol : It is…