How to add dynamically attribute in VueJs

后端 未结 3 1600
花落未央
花落未央 2020-12-09 01:12

I\'m using vuejs and I wanna know how to have control on inputs (add disabled attribute when necessary). Is there any way to add dynamically attribute in vuejs ? Below my

3条回答
  •  感动是毒
    2020-12-09 02:07

    base one condition we can define or change attributes in vue

    Please refer official document for the same https://vuejs.org/v2/guide/syntax.html#Attributes

提交回复
热议问题