Skip to content

Commit 6cf3812

Browse files
authored
Update img-lazy.js
1 parent 2d07890 commit 6cf3812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/image/img-lazy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import BImg from './img'
22
import { getBCR, eventOn, eventOff } from '../../utils/dom'
3-
import { getConfigComponent } from '../../utils/config'
3+
import { getComponentConfig } from '../../utils/config'
44

55
const NAME = 'BImgLazy'
66

@@ -36,7 +36,7 @@ export default {
3636
},
3737
blankColor: {
3838
type: String,
39-
default: () => getConfigComponent(NAME, 'blankColor')
39+
default: () => getComponentConfig(NAME, 'blankColor')
4040
},
4141
blankWidth: {
4242
type: [Number, String],

0 commit comments

Comments
 (0)