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/8bf3a55 below:

ensure non-prop attributes are transferred to the modal… · bootstrap-vue/bootstrap-vue@8bf3a55 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed Original file line number Diff line number Diff line change

@@ -261,6 +261,7 @@ export const props = {

261 261

export const BModal = /*#__PURE__*/ Vue.extend({

262 262

name: NAME,

263 263

mixins: [idMixin, listenOnRootMixin, normalizeSlotMixin],

264 +

inheritAttrs: false,

264 265

model: {

265 266

prop: 'visible',

266 267

event: 'change'

@@ -992,7 +993,7 @@ export const BModal = /*#__PURE__*/ Vue.extend({

992 993

{

993 994

key: `modal-outer-${this._uid}`,

994 995

style: this.modalOuterStyle,

995 -

attrs: { id: this.safeId('__BV_modal_outer_') }

996 +

attrs: { ...this.$attrs, id: this.safeId('__BV_modal_outer_') }

996 997

},

997 998

[modal, backdrop]

998 999

)

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