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