We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e2ded commit a0c0d0fCopy full SHA for a0c0d0f
src/components/tabs/tabs.js
@@ -229,9 +229,7 @@ export const BTabs = /*#__PURE__*/ Vue.extend({
229
// Array of direct child `<b-tab>` instances, in DOM order
230
tabs: [],
231
// Array of child instances registered (for triggering reactive updates)
232
- registeredTabs: [],
233
- // Flag to know if we are mounted or not
234
- isMounted: false
+ registeredTabs: []
235
}
236
},
237
computed: {
0 commit comments