#3402
This commit is contained in:
梁灏 2018-06-21 09:15:00 +08:00
parent 9c52988555
commit 7737645142
10 changed files with 467 additions and 156 deletions

View file

@ -9,12 +9,12 @@
provide () {
return {
cellGroup: this
}
};
},
methods: {
handleClick (name) {
this.$emit('on-click', name);
}
}
}
};
</script>

View file

@ -28,5 +28,5 @@
default: ''
},
}
}
};
</script>

View file

@ -70,7 +70,7 @@
data () {
return {
prefixCls: prefixCls
}
};
},
computed: {
classes () {
@ -89,5 +89,5 @@
this.cellGroup.handleClick(this.name);
}
}
}
};
</script>