File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -112,11 +112,7 @@ export const BDropdown = /*#__PURE__*/ Vue.extend({
112
112
} ,
113
113
render ( h ) {
114
114
let split = h ( )
115
- const buttonContent =
116
- this . normalizeSlot ( 'button-content' ) ||
117
- this . normalizeSlot ( 'text' ) ||
118
- this . html ||
119
- stripTags ( this . text )
115
+ const buttonContent = this . normalizeSlot ( 'button-content' ) || this . html || stripTags ( this . text )
120
116
if ( this . split ) {
121
117
const btnProps = {
122
118
disabled : this . disabled ,
Original file line number Diff line number Diff line change 52
52
{
53
53
"name" : " button-content" ,
54
54
"description" : " Can be used to implement custom text with icons and more styling."
55
- },
56
- {
57
- "name" : " text" ,
58
- "description" : " Deprecated. please use 'button-content' slot instead."
59
55
}
60
56
]
61
57
},
You can’t perform that action at this time.
0 commit comments