chore: Add showBadge prop to tabs-item component (#1096)

This commit is contained in:
Pranav Raj S
2020-07-26 17:46:29 +05:30
committed by GitHub
parent 89ed0b425b
commit 703027b834
2 changed files with 34 additions and 35 deletions

View File

@@ -1,5 +1,3 @@
/* eslint no-unused-vars: ["error", { "args": "none" }] */
export default {
name: 'WootTabs',
props: {
@@ -8,7 +6,7 @@ export default {
default: 0,
},
},
render(h) {
render() {
const Tabs = this.$slots.default
.filter(
node =>