A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/bootstrap-vue/bootstrap-vue/commit/a6ace2f229680e13b0f91c17458461b8afda9f7b below:

fix blank-src not work error (#6302) · bootstrap-vue/bootstrap-vue@a6ace2f · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-3

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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