parent
9c52988555
commit
7737645142
10 changed files with 467 additions and 156 deletions
|
@ -9,12 +9,12 @@
|
|||
provide () {
|
||||
return {
|
||||
cellGroup: this
|
||||
}
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
handleClick (name) {
|
||||
this.$emit('on-click', name);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
|
@ -28,5 +28,5 @@
|
|||
default: ''
|
||||
},
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
|
@ -70,7 +70,7 @@
|
|||
data () {
|
||||
return {
|
||||
prefixCls: prefixCls
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
classes () {
|
||||
|
@ -89,5 +89,5 @@
|
|||
this.cellGroup.handleClick(this.name);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue