📄️ Basic Syntax
Basic syntax of Vue 3.
📄️ Define a Component
How to define a component in various ways in Vue 3.
📄️ Ref<T> and ref()
What does ref function do in Vue 3.
📄️ reactive()
What does reactive function do in Vue 3.
📄️ ref() or reactive()
Compare the differences between ref and reactive in Vue 3.
📄️ Props
What are props in Vue 3.
📄️ Composables
What are composables in Vue 3.
📄️ UnwrapNestedRef<T>
Introduce the unwrap mechanism in reactive() function in Vue 3.