🌐 AI搜索 & 代理 主页
Skip to content

Commit 133de5c

Browse files
committed
Update nav-item-dropdown.js
1 parent 8c2a68b commit 133de5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/nav/nav-item-dropdown.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ export const BNavItemDropdown = /*#__PURE__*/ Vue.extend({
6969
ref: 'toggle'
7070
},
7171
[
72-
this.$slots['button-content'] ||
73-
this.$slots.text ||
72+
this.normalizeSlot(['button-content', 'text']) ||
7473
h('span', { domProps: htmlOrText(this.html, this.text) })
7574
]
7675
)

0 commit comments

Comments
 (0)