We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9899451 commit aaa7a85Copy full SHA for aaa7a85
packages/devui-vue/devui/progress/index.ts
@@ -1,5 +1,5 @@
1
import type { App } from 'vue'
2
-import { Progress } from './src/progress'
+import Progress from './src/progress'
3
4
Progress.install = function(app: App) {
5
app.component(Progress.name, Progress)
0 commit comments