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 2d07890 commit 6cf3812Copy full SHA for 6cf3812
src/components/image/img-lazy.js
@@ -1,6 +1,6 @@
1
import BImg from './img'
2
import { getBCR, eventOn, eventOff } from '../../utils/dom'
3
-import { getConfigComponent } from '../../utils/config'
+import { getComponentConfig } from '../../utils/config'
4
5
const NAME = 'BImgLazy'
6
@@ -36,7 +36,7 @@ export default {
36
},
37
blankColor: {
38
type: String,
39
- default: () => getConfigComponent(NAME, 'blankColor')
+ default: () => getComponentConfig(NAME, 'blankColor')
40
41
blankWidth: {
42
type: [Number, String],
0 commit comments