mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
import ElButton from './src/button';
|
|
|
|
/* istanbul ignore next */
|
|
ElButton.install = function(Vue) {
|
|
Vue.component(ElButton.name, ElButton);
|
|
};
|
|
|
|
export default ElButton;
|