-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
111 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* vue-good-table v2.5.2 | ||
* vue-good-table v2.5.3 | ||
* (c) 2018-present xaksis <[email protected]> | ||
* https://github.com/xaksis/vue-good-table | ||
* Released under the MIT License. | ||
|
@@ -695,7 +695,8 @@ var GoodTable = { | |
staticClass: "vgt-wrap", | ||
class: { | ||
'rtl': _vm.rtl, | ||
'nocturnal': _vm.theme === 'nocturnal' | ||
'nocturnal': _vm.theme === 'nocturnal', | ||
'black-rhino': _vm.theme === 'black-rhino' | ||
} | ||
}, [_vm.isTableLoading ? _c('div', { | ||
staticClass: "vgt-loading vgt-center-align" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* vue-good-table v2.5.2 | ||
* vue-good-table v2.5.3 | ||
* (c) 2018-present xaksis <[email protected]> | ||
* https://github.com/xaksis/vue-good-table | ||
* Released under the MIT License. | ||
|
@@ -689,7 +689,8 @@ var GoodTable = { | |
staticClass: "vgt-wrap", | ||
class: { | ||
'rtl': _vm.rtl, | ||
'nocturnal': _vm.theme === 'nocturnal' | ||
'nocturnal': _vm.theme === 'nocturnal', | ||
'black-rhino': _vm.theme === 'black-rhino' | ||
} | ||
}, [_vm.isTableLoading ? _c('div', { | ||
staticClass: "vgt-loading vgt-center-align" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* vue-good-table v2.5.2 | ||
* vue-good-table v2.5.3 | ||
* (c) 2018-present xaksis <[email protected]> | ||
* https://github.com/xaksis/vue-good-table | ||
* Released under the MIT License. | ||
|
@@ -10471,7 +10471,8 @@ | |
staticClass: "vgt-wrap", | ||
class: { | ||
'rtl': _vm.rtl, | ||
'nocturnal': _vm.theme === 'nocturnal' | ||
'nocturnal': _vm.theme === 'nocturnal', | ||
'black-rhino': _vm.theme === 'black-rhino' | ||
} | ||
}, [_vm.isTableLoading ? _c('div', { | ||
staticClass: "vgt-loading vgt-center-align" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.