UNPKG

x-antd-vue

Version:

base on antd 1.7.2

14 lines (10 loc) 301 B
import Spin, { setDefaultIndicator } from './Spin'; import Base from '../base'; export { SpinProps } from './Spin'; Spin.setDefaultIndicator = setDefaultIndicator; /* istanbul ignore next */ Spin.install = function (Vue) { Vue.use(Base); Vue.component(Spin.name, Spin); }; export default Spin;