+3
-3
lines changedFilter options
+3
-3
lines changed Original file line number Diff line number Diff line change
@@ -140,15 +140,15 @@ export const BImgLazy = /*#__PURE__*/ Vue.extend({
140
140
return h(BImg, {
141
141
directives,
142
142
props: {
143
+
// Passthrough props
144
+
...pluckProps(imgProps, this.$props),
143
145
// Computed value props
144
146
src: this.computedSrc,
145
147
blank: this.computedBlank,
146
148
width: this.computedWidth,
147
149
height: this.computedHeight,
148
150
srcset: this.computedSrcset || null,
149
-
sizes: this.computedSizes || null,
150
-
// Passthrough props
151
-
...pluckProps(imgProps, this.$props)
151
+
sizes: this.computedSizes || null
152
152
}
153
153
})
154
154
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4