Skip to content

Commit

Permalink
fix: fix import path and progress style
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Jun 11, 2021
1 parent 2e61552 commit 81d1651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/varlet-cli/site/useProgress.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { reactive } from 'vue'
import { Progress } from '@varlet/ui'
import { mountInstance } from '@varlet/ui/src/utils/components'
import { mountInstance } from '@varlet/ui/es/utils/components'

export function useProgress() {
const props = reactive({
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/progress/progress.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
background-color: @progress-background;
top: 0;
left: 0;
transition: width 0.2s;
transition: all 0.2s;
}

&__label {
Expand Down

0 comments on commit 81d1651

Please sign in to comment.