Skip to content

Commit

Permalink
spacings
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 17, 2017
1 parent ca40f20 commit 77fb616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Modules/Page/Assets/js/components/PageTableServerSide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
order: this.order_meta.order,
search: this.searchQuery,
};
axios.get(route('api.page.page.indexServerSide', _.merge(properties, customProperties)))
.then(response => {
this.tableIsLoading = false;
Expand Down
6 changes: 3 additions & 3 deletions public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31335,7 +31335,7 @@ window.axios.interceptors.response.use(null, function (error) {
"use strict";
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
/*!
* vue-i18n v7.2.0
* vue-i18n v7.2.0
* (c) 2017 kazuya kawaguchi
* Released under the MIT License.
*/
Expand Down Expand Up @@ -72851,7 +72851,6 @@ exports.default = {
data: function data() {
return {
data: _data,
meta: {
meta: {
current_page: 1,
per_page: 10
Expand All @@ -72877,6 +72876,7 @@ exports.default = {
order: this.order_meta.order,
search: this.searchQuery
};

_axios2.default.get(route('api.page.page.indexServerSide', _lodash2.default.merge(properties, customProperties))).then(function (response) {
_this.tableIsLoading = false;
_this.data = response.data.data;
Expand Down Expand Up @@ -75110,4 +75110,4 @@ exports.default = {
};

/***/ })
/******/ ]);
/******/ ]);

0 comments on commit 77fb616

Please sign in to comment.