@jx3box/jx3box-editor 1.2.6 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Resource.vue +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Resource.vue CHANGED
@@ -340,6 +340,7 @@ export default {
340
340
  }
341
341
  },
342
342
  search: function() {
343
+ this.page = 1;
343
344
  this.getData();
344
345
  },
345
346
  appendPage: function() {