Skip to content

Commit 9946578

Browse files
committed
fix: delete duplicated props in CTabs
1 parent dde80b5 commit 9946578

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Tabs/CTabs.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ export default {
4747
props: {
4848
fill: Boolean,
4949
justified: Boolean,
50-
tabs: Boolean,
5150
pills: Boolean,
52-
vertical: Boolean,
5351
tabs: {
5452
type: Boolean,
5553
default: true

0 commit comments

Comments
 (0)