@airpower/web 0.3.5 → 0.3.6

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/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -17928,7 +17928,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
17928
17928
  const entityInstance = Transformer.newInstance(EntityClass);
17929
17929
  const modelConfig = getModelConfig(EntityClass);
17930
17930
  const dataListRef = computed(() => {
17931
- if (props.dataList) {
17931
+ if (props.dataList.length > 0) {
17932
17932
  return props.dataList;
17933
17933
  }
17934
17934
  if (hook) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "0.3.5",
4
+ "version": "0.3.6",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",