This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree 3 files changed +3
-13
lines changed
packages/bootstrap-vue-next/src/components
3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 15
15
<BButton v-if =" hasCloseSlot" v-bind =" closeAttrs" @click =" hide" >
16
16
<slot name =" close" />
17
17
</BButton >
18
- <BCloseButton v-else ref = " closeButton " v-bind =" closeAttrs" @click =" hide" />
18
+ <BCloseButton v-else v-bind =" closeAttrs" @click =" hide" />
19
19
</template >
20
20
</div >
21
21
</BTransition >
Original file line number Diff line number Diff line change 43
43
>
44
44
<slot name =" header-close" />
45
45
</BButton >
46
- <BCloseButton
47
- v-else
48
- ref =" closeButton"
49
- v-bind =" headerCloseAttrs"
50
- @click =" hide('close')"
51
- />
46
+ <BCloseButton v-else v-bind =" headerCloseAttrs" @click =" hide('close')" />
52
47
</template >
53
48
</slot >
54
49
</div >
Original file line number Diff line number Diff line change 38
38
<BButton v-if =" hasHeaderCloseSlot" v-bind =" headerCloseAttrs" @click =" hide('close')" >
39
39
<slot name =" header-close" />
40
40
</BButton >
41
- <BCloseButton
42
- v-else
43
- ref =" closeButton"
44
- v-bind =" headerCloseAttrs"
45
- @click =" hide('close')"
46
- />
41
+ <BCloseButton v-else v-bind =" headerCloseAttrs" @click =" hide('close')" />
47
42
</template >
48
43
</slot >
49
44
</div >
You can’t perform that action at this time.
0 commit comments