liunan #10

Merged
liunan merged 47 commits from liunan into master 2024-09-13 14:43:34 +08:00
1 changed files with 2 additions and 7 deletions
Showing only changes of commit 9c3de1ec85 - Show all commits

View File

@ -141,14 +141,9 @@ export default {
},
},
mounted(){
console.log(this.$listeners,"this.$listeners==");
let that=this;
let newlist=Object.assign({},this.$listeners);
delete newlist.change;
delete newlist.input;
newlist.blur=function(e){
that.$listeners.blur.apply(this,[1,e]);
}
this.listeners=newlist;
},
methods: {