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