摘要: dragShopStart: function (item) { console.log(item) this.dropData = item //获取拖传过来的对象 }, // 拖动结束 dragShopOver: function (event) { event.preventDefault() 阅读全文
posted @ 2018-01-15 10:20 丁丶丁 阅读(155) 评论(0) 推荐(0)
摘要: <el-input style="width:235px" v-model="searchItemName"clearable placeholder="请输入商品名" @keyup.enter.native="searchEnter" v-cloak></el-input> 这里native 不加 阅读全文
posted @ 2018-01-15 10:19 丁丶丁 阅读(173) 评论(0) 推荐(0)