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({
112112 } ,
113113 render ( h ) {
114114 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 )
120116 if ( this . split ) {
121117 const btnProps = {
122118 disabled : this . disabled ,
Original file line number Diff line number Diff line change 5252 {
5353 "name" : " button-content" ,
5454 "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."
5955 }
6056 ]
6157 },
You can’t perform that action at this time.
0 commit comments