ant-design-vue/components/progress/index.jsx

11 lines
210 B
Vue
Raw Normal View History

2018-04-03 06:14:38 +00:00
import Progress from './progress'
export { ProgressProps } from './progress'
/* istanbul ignore next */
Progress.install = function (Vue) {
Vue.component(Progress.name, Progress)
}
2018-04-03 06:14:38 +00:00
export default Progress