Category Vue

BASIC USE OF JSX

No.1 INTRODUCTION TO JSX Through the +1 small application of the previous blog, we can appreciate that compared with Vue, writing such a small application with React is more troublesome and the code is more chaotic. Developers who have been…

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…