eco-vue-js 0.12.55 → 0.12.56
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.
|
@@ -206,7 +206,7 @@ var InfiniteListPage_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/
|
|
|
206
206
|
return (_ctx, _cache) => {
|
|
207
207
|
return openBlock(), createElementBlock("div", _hoisted_1, [page.value && slotList.value.length !== 0 ? (openBlock(), createElementBlock("div", {
|
|
208
208
|
key: 0,
|
|
209
|
-
class: normalizeClass(__props.pageClass)
|
|
209
|
+
class: normalizeClass([__props.pageClass, page.value !== 1 ? "pt-[--w-list-gap]" : void 0])
|
|
210
210
|
}, [(openBlock(), createBlock(resolveDynamicComponent(__props.transition ? TransitionGroup : WEmptyComponent_default), normalizeProps(guardReactiveProps(__props.transition ? {
|
|
211
211
|
"enter-active-class": "overflow-hidden opacity-0",
|
|
212
212
|
"enter-from-class": "grid-rows-[0fr]",
|