为了账号安全,请及时绑定邮箱和手机立即绑定

vue自定义指令报错

vue自定义指令报错

莫回无 2019-02-20 18:17:09
<input class="dispaly" type="text"v-model="item.title" v-focus>directives: {    focus: {        // 指令的定义        update: function (el,binding) {            if (binding.value){                el.focus()            }        }    }}
查看完整描述

1 回答

?
红颜莎娜

TA贡献1842条经验 获得超12个赞

v-focus 你没有binding 任何东西啊,

<input class="dispaly" type="text"v-model="item.title" v-focus="item.title">

这样就可以了


查看完整回答
反对 回复 2019-02-26
  • 1 回答
  • 0 关注
  • 463 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信