码迷,mamicode.com
首页 > 其他好文 > 详细

vue 中contenteditable="true"添加可编辑属性后v-model双向绑定失效的解决办法

时间:2019-08-28 11:24:51      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:get   innertext   span   style   product   col   问题   div   font   

在项目中会遇到需要编辑单元格的双向绑定问题,v-model双向绑定会在添加contenteditable="true"属性后失效
解决方法如下,亲测好用(v-html和@blur实现):
<td class="width90" contenteditable="true" v-html="name3.LastProduct" @blur="name3.LastProduct=$event.target.innerText"></td>

完美好用!

vue 中contenteditable="true"添加可编辑属性后v-model双向绑定失效的解决办法

标签:get   innertext   span   style   product   col   问题   div   font   

原文地址:https://www.cnblogs.com/zhoushuang0426/p/11422421.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!