File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { NAME_MODAL } from '../../constants/components'
2
2
import { EVENT_OPTIONS_NO_CAPTURE } from '../../constants/events'
3
3
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'
5
5
import BVTransition from '../../utils/bv-transition'
6
6
import Vue from '../../utils/vue'
7
7
import identity from '../../utils/identity'
@@ -928,7 +928,7 @@ export const BModal = /*#__PURE__*/ Vue.extend({
928
928
attrs : { id : this . modalBodyId } ,
929
929
ref : 'body'
930
930
} ,
931
- this . normalizeSlot ( SLOT_NAME_MODAL_DEFAULT , this . slotScope )
931
+ this . normalizeSlot ( SLOT_NAME_DEFAULT , this . slotScope )
932
932
)
933
933
934
934
// Modal footer
You can’t perform that action at this time.
0 commit comments