Vue指令

83 阅读1分钟

常用指令

  • v-bind
  • v-model
  • v-if
  • v-else
  • v-on
  • v-cloak

v-bind

image.png

v-model

在表单元素上创建双向数据绑定

image.png