This commit is contained in:
2020-08-09 11:27:15 +08:00
parent e5a322fd35
commit 228e34d8fc
3 changed files with 16 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ export default {
props:['item','title'],
watch:{
select(){
// console.log(this.select)
console.log(this.select)
this.$emit("sel", this.select);
}
}