Skip to content

Commit 75ddb68

Browse files
author
Vinayak Kulkarni
committed
Added ui table class to table
1 parent 1b189ba commit 75ddb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = function (source) {
3131
)]
3232
), h(
3333
'table',
34-
{ 'class': 'VueTables__table ' + this.opts.skin },
34+
{ 'class': 'ui table VueTables__table ' + this.opts.skin },
3535
[h(
3636
'thead',
3737
null,

0 commit comments

Comments
 (0)