mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 11:17:38 +08:00
bf6661266a
* add layout * add docs * add en docs * fix test
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
import Container from './src/main';
|
|
|
|
/* istanbul ignore next */
|
|
Container.install = function(Vue) {
|
|
Vue.component(Container.name, Container);
|
|
};
|
|
|
|
export default Container;
|