mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
/* istanbul ignore file */
|
|
import Progress from './src/main.vue'
|
|
|
|
Progress.install = function (Vue) {
|
|
Vue.component(Progress.name, Progress)
|
|
}
|
|
|
|
export default Progress
|