Skip to content

Commit

Permalink
fix(progress): 移除getRect
Browse files Browse the repository at this point in the history
  • Loading branch information
hxh committed Sep 11, 2024
1 parent 24ecbb6 commit 73d5314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/progress/progress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SuperComponent, wxComponent } from '../common/src/index';
import config from '../common/config';
import props from './props';
import { getBackgroundColor } from './utils';
import { unitConvert, getRect } from '../common/utils';
import { unitConvert } from '../common/utils';

const { prefix } = config;
const name = `${prefix}-progress`;
Expand Down

0 comments on commit 73d5314

Please sign in to comment.