# 14. 其他
官網預覽,看看已經學過哪些,接下來要學哪些。
- The Vue Instance
new Vue
- Template Syntax
v-textv-htmlv-bindv-forv-ifv-onv-model
- Computed Properties and Watchers
computedmethodswatch
- Class and Style Bindings
v-bind:class
- Conditional Rendering
v-ifv-elsev-else-ifv-show
- List Rendering
v-for
- Event Handling
v-on
- Form Input Bindings
v-model
- Components Basics
- components
- Transitions & Animation