mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 13:17:47 +08:00
9 lines
164 B
JavaScript
9 lines
164 B
JavaScript
import Result from './src/index.vue';
|
|
|
|
/* istanbul ignore next */
|
|
Result.install = function(Vue) {
|
|
Vue.component(Result.name, Result);
|
|
};
|
|
|
|
export default Result;
|