lkt-table 1.2.1 → 1.2.3

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": "lkt-table",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "lkt",
@@ -113,7 +113,7 @@ const Sorter = ref(typeof props.sorter === 'function' ? props.sorter : defaultTa
113
113
 
114
114
  let basePerms: string[] = [];
115
115
  const Page = ref(props.page),
116
- loading = ref(true),
116
+ loading = ref(false),
117
117
  firstLoadReady = ref(false),
118
118
  perms = ref(basePerms),
119
119
  paginator = ref(null),