📄️ [vue] animations
`` Component 裡放要給進場+離場動畫的 Element
📄️ [vue] $emit()
- 子傳父的 state
📄️ [vue] Foundation
All \*.vue files only consist of three parts: / /
📄️ [vue] Props
- props 是唯讀的,不能直接更動
📄️ [vue] ref
- 直接往 DOM 下手的存在
📄️ [vue] vue-router
📄️ [vue] slot
- v-slot: is #
📄️ [vue] v-bind
📄️ [vue] v-model
v-model provides us with a two-way binding
📄️ [vue] v-on
v-on:[event] / @event