Please enable JavaScript.
Coggle requires JavaScript to display documents.
vue (data :check: (v-for :check:, v-if :check:, v-show :check:), *.vue 文件…
vue
data :check:
v-for :check:
v-if :check:
v-show :check:
*.vue 文件 结构
template
template 子集 只能有一个 div 元素
style
scoped
script
export default{ }
methods :check:
方法
处理事件的方法
ajax 方法
处理动画的方法
computed :check:
计算属性 :check:
vue 的生命周期
components :check:
transition 动画
props :check:
emit :check:
mixin
detives
render