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

Commit a022661

Browse files
committed
Update nav-item-dropdown.js
1 parent b6cbbb8 commit a022661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const BNavItemDropdown = /*#__PURE__*/ Vue.extend({
5555
staticClass: 'nav-link dropdown-toggle',
5656
class: this.toggleClasses,
5757
props: {
58-
href: this.href || `#${toggleId}`,
58+
href: this.href || `#${toggleId || ''}`,
5959
disabled: this.disabled
6060
},
6161
attrs: {

0 commit comments

Comments
 (0)