vue如何通过button的disabled控制按钮能否被使用_vue.js

通过button的disabled控制按钮能否被使用

 :disabled="scope.row.canEdit === 0"
编辑

vue-button设置按钮是否可点击状态