mirror of https://github.com/ElemeFE/element
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;
|