@monoui/vuejs 1.1.86 → 1.1.87

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monoui/vuejs",
3
- "version": "1.1.86",
3
+ "version": "1.1.87",
4
4
  "description": "This project will contain MonoFor UI Framework",
5
5
  "main": "./dist/main.js",
6
6
  "repository": "git@gitlab.com:monoui/vuejs.git",
@@ -616,7 +616,7 @@ export default {
616
616
  },
617
617
  tableData: [],
618
618
  searchWord: null,
619
- isDataEmpty: false,
619
+ isDataEmpty: true,
620
620
  isLoading: false,
621
621
  limit: 250,
622
622
  searchDebounceTimeout: null,