Skip to content

Commit

Permalink
pin vue2 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jul 17, 2021
1 parent 9163c7e commit b379016
Show file tree
Hide file tree
Showing 13 changed files with 3,472 additions and 429 deletions.
1 change: 0 additions & 1 deletion .babelrc

This file was deleted.

16 changes: 16 additions & 0 deletions babel.config.js
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
}]
]
}
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mix-manifest.json
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"
}
6 changes: 2 additions & 4 deletions example/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<!-- Using the VdtnetTable component -->
<vdtnet-table
ref="table"
id="example"
:fields="fields"
:opts="options"
:select-checkbox="1"
Expand Down Expand Up @@ -114,10 +115,7 @@ export default {
lengthChange: true,
serverSide: true,
fixedHeader: true,
saveState: true /*,
select: {
style: 'multi'
}*/
stateSave: true
},
fields: {
id: { label: 'ID', sortable: true },
Expand Down
Loading

0 comments on commit b379016

Please sign in to comment.