Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
#16
Please update to v1.5.2
For details, please see
http://beegridtable.com/serverFilterAndSortAndPage
  • Loading branch information
jiahengaa committed May 6, 2021
1 parent fc4c03c commit 5e09230
Show file tree
Hide file tree
Showing 10 changed files with 3,039 additions and 2,684 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beegridtable",
"version": "1.3.0",
"version": "1.5.2",
"title": "BeeGridTable",
"description": "A high quality DataTable component Library with Vue.js",
"homepage": "http://www.beegridtable.com",
Expand All @@ -21,7 +21,7 @@
"types"
],
"scripts": {
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --host 192.168.3.44 --port 8082 --config build/webpack.dev.config.js",
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --host localhost --port 8082 --config build/webpack.dev.config.js",
"dev:s": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8083 --config build/webpack.dev.config.js",
"dist:style": "gulp --gulpfile build/build-style.js",
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
Expand Down
Loading

0 comments on commit 5e09230

Please sign in to comment.