mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
10 lines
154 B
JavaScript
10 lines
154 B
JavaScript
import ElCol from './src/col';
|
|
|
|
/* istanbul ignore next */
|
|
ElCol.install = function(Vue) {
|
|
Vue.component(ElCol.name, ElCol);
|
|
};
|
|
|
|
export default ElCol;
|
|
|