Skip to content

Commit e81b107

Browse files
authored
fix(table): fix outlined table
1 parent 157952d commit e81b107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/table.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
this.hover ? 'table-hover' : '',
585585
this.dark ? 'table-dark' : '',
586586
this.bordered ? 'table-bordered' : '',
587-
this.outlined ? 'bordered' : '',
587+
this.outlined ? 'border' : '',
588588
responsive === true ? 'table-responsive' : (Boolean(responsive) ? `table-responsive-${responsive}` : ''),
589589
this.fixed ? 'table-fixed' : '',
590590
this.small ? 'table-sm' : ''

0 commit comments

Comments
 (0)