8000 Update sidebar.js · bootstrap-vue/bootstrap-vue@cdb9a47 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cdb9a47

Browse files
committed
Update sidebar.js
1 parent e192bc8 commit cdb9a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/sidebar/sidebar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ export const BSidebar = /*#__PURE__*/ Vue.extend({
224224
}
225225
},
226226
slotScope() {
227-
const { localShow: visible, right, hide } = this
228-
return { visible, right, hide }
227+
const { hide, right, localShow: visible } = this
228+
return { hide, right, visible }
229229
},
230230
computedTile() {
231231
return this.normalizeSlot(SLOT_NAME_TITLE, this.slotScope) || toString(this.title) || null

0 commit comments

Comments
 (0)
0