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.
ui table
1 parent 1b189ba commit 75ddb68Copy full SHA for 75ddb68
lib/template.js
@@ -31,7 +31,7 @@ module.exports = function (source) {
31
)]
32
), h(
33
'table',
34
- { 'class': 'VueTables__table ' + this.opts.skin },
+ { 'class': 'ui table VueTables__table ' + this.opts.skin },
35
[h(
36
'thead',
37
null,
0 commit comments