mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Add button style to checkbox (#3697)
* Add button style to checkbox * Implement min/max for checkbox button group * Fixing a display bug when chekbox is ':checked' * Update docs to integrate example button+min/max option * Register correctly checkbox-button Last fixes after cherry pick and bad rebase...
This commit is contained in:
8
packages/checkbox-button/index.js
Normal file
8
packages/checkbox-button/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import ElCheckboxButton from '../checkbox/src/checkbox-button.vue';
|
||||
|
||||
/* istanbul ignore next */
|
||||
ElCheckboxButton.install = function(Vue) {
|
||||
Vue.component(ElCheckboxButton.name, ElCheckboxButton);
|
||||
};
|
||||
|
||||
export default ElCheckboxButton;
|
||||
Reference in New Issue
Block a user