Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
matfish2 committed Mar 15, 2018
1 parent ac1883d commit 96d13e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion compiled/themes/bootstrap3.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module.exports = function () {
link: 'page-link',
next: '',
prev: '',
active: 'active'
active: 'active',
disabled: 'disabled'
}
};
};
3 changes: 2 additions & 1 deletion compiled/themes/bootstrap4.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module.exports = function () {
link: 'page-link',
next: '',
prev: '',
active: 'active'
active: 'active',
disabled: 'disabled'
}
};
};
3 changes: 2 additions & 1 deletion compiled/themes/bulma.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ module.exports = function () {
link: 'pagination-link',
next: '',
prev: '',
active: 'is-current'
active: 'is-current',
disabled: ''
}
};
};
2 changes: 1 addition & 1 deletion dist/vue-tables-2.min.js

Large diffs are not rendered by default.

0 comments on commit 96d13e1

Please sign in to comment.