UNPKG

wetrade-design

Version:

一款多语言支持Vue3的UI框架

9 lines 266 B
import Spin, { setDefaultIndicator } from './Spin'; export { spinProps } from './Spin'; Spin.setDefaultIndicator = setDefaultIndicator; /* istanbul ignore next */ Spin.install = function (app) { app.component(Spin.name, Spin); return app; }; export default Spin;