Skip to content

Commit b28ee80

Browse files
committed
Update modal.js
1 parent b848aca commit b28ee80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/modal/modal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { NAME_MODAL } from '../../constants/components'
22
import { EVENT_OPTIONS_NO_CAPTURE } from '../../constants/events'
33
import { CODE_ESC } from '../../constants/key-codes'
4-
import { SLOT_NAME_MODAL_DEFAULT } from '../../constants/slot-names'
4+
import { SLOT_NAME_DEFAULT } from '../../constants/slot-names'
55
import BVTransition from '../../utils/bv-transition'
66
import Vue from '../../utils/vue'
77
import identity from '../../utils/identity'
@@ -928,7 +928,7 @@ export const BModal = /*#__PURE__*/ Vue.extend({
928928
attrs: { id: this.modalBodyId },
929929
ref: 'body'
930930
},
931-
this.normalizeSlot(SLOT_NAME_MODAL_DEFAULT, this.slotScope)
931+
this.normalizeSlot(SLOT_NAME_DEFAULT, this.slotScope)
932932
)
933933

934934
// Modal footer

0 commit comments

Comments
 (0)