@iankibetsh/shframework 4.1.6 → 4.1.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.
- package/dist/library.js +1 -1
- package/dist/library.mjs +1 -1
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -5004,7 +5004,7 @@ return (_ctx, _cache) => {
|
|
|
5004
5004
|
: vue.createCommentVNode("v-if", true),
|
|
5005
5005
|
(_ctx.loading === 'done' || __props.cacheKey)
|
|
5006
5006
|
? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
5007
|
-
(_ctx.records.length === 0)
|
|
5007
|
+
(!_ctx.records || _ctx.records.length === 0)
|
|
5008
5008
|
? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(vue.unref(noRecordsComponent)), { key: 0 }, {
|
|
5009
5009
|
default: vue.withCtx(() => [
|
|
5010
5010
|
_hoisted_21,
|
package/dist/library.mjs
CHANGED
|
@@ -4992,7 +4992,7 @@ return (_ctx, _cache) => {
|
|
|
4992
4992
|
: createCommentVNode("v-if", true),
|
|
4993
4993
|
(_ctx.loading === 'done' || __props.cacheKey)
|
|
4994
4994
|
? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
4995
|
-
(_ctx.records.length === 0)
|
|
4995
|
+
(!_ctx.records || _ctx.records.length === 0)
|
|
4996
4996
|
? (openBlock(), createBlock(resolveDynamicComponent(unref(noRecordsComponent)), { key: 0 }, {
|
|
4997
4997
|
default: withCtx(() => [
|
|
4998
4998
|
_hoisted_21,
|