adminforth 1.3.57-next.11 → 1.3.57-next.12

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.
@@ -147,7 +147,7 @@ watch(() => sort, async (to, from) => {
147
147
  filtersStore.setSort(sort.value);
148
148
  }, {deep: true});
149
149
 
150
- const rows: Ref<any[]|null> = ref(null);
150
+ const rows = ref(null);
151
151
  const totalRows = ref(0);
152
152
  const checkboxes = ref([]);
153
153
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.3.57-next.11",
3
+ "version": "1.3.57-next.12",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",