-
Notifications
You must be signed in to change notification settings - Fork 58
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
13 changed files
with
3,472 additions
and
429 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module.exports = { | ||
"presets": [ | ||
["@babel/preset-env", { | ||
"modules": "commonjs", | ||
"useBuiltIns": "usage", | ||
"corejs": 3, | ||
"targets": "> 1%, last 2 versions, ie >= 8", | ||
"debug": false | ||
}] | ||
], | ||
"plugins": [ | ||
["@babel/plugin-transform-runtime", { | ||
"corejs": false | ||
}] | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* vue-datatables-net | ||
* Vue jQuery DataTables.net wrapper component | ||
* | ||
* @version v1.5.3 | ||
* @version v1.5.4 | ||
* @author [email protected] | ||
* @repository https://github.com/niiknow/vue-datatables-net.git | ||
*/ |
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 +1,3 @@ | ||
{ | ||
"/index.js": "/index.js?id=cdfdea64b4799c764c51" | ||
"/index.js": "/index.js?id=d22b3d47870029a6c52b" | ||
} |
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
Oops, something went wrong.