Skip to content

Commit 87228ef

Browse files
committed
fix: 删除无用代码
1 parent cdbae0d commit 87228ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/packages/loading/loading.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ const defaultProps = {
2020
direction: 'horizontal',
2121
lottieProps: {},
2222
} as WebLoadingProps
23-
const defaultLottieProps = {
24-
loop: true,
25-
autoplay: true,
26-
}
23+
2724
export const Loading = React.forwardRef<LoadingRef, Partial<WebLoadingProps>>(
2825
(props, ref) => {
2926
const { className, style, children, direction, icon, ...rest } = {

0 commit comments

Comments
 (0)