Skip to content

Commit

Permalink
fix(progress): fix progress import error (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol authored Mar 8, 2022
1 parent 9899451 commit aaa7a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devui-vue/devui/progress/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { App } from 'vue'
import { Progress } from './src/progress'
import Progress from './src/progress'

Progress.install = function(app: App) {
app.component(Progress.name, Progress)
Expand Down

0 comments on commit aaa7a85

Please sign in to comment.