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