1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00

N8N-2679 Fixed Vue Agile

This commit is contained in:
schnapsterdog 2022-01-20 12:37:36 +01:00
parent 73a63bd31a
commit 7a74cd5a61

View File

@ -11,7 +11,7 @@
</agile>
</div>
<clients-only v-else-if="collectionsUI.length">
<span v-else-if="collectionsUI.length">
<agile :options="sliderOptions">
<CollectionsCard
v-for="collection in collectionsUI"
@ -42,7 +42,7 @@
</div>
</template>
</agile>
</clients-only>
</span>
<div v-else :class="$style.text">
<n8n-text>No collections found. Try adjusting your search to see more.</n8n-text>
@ -92,7 +92,7 @@ export default mixins(genericHelpers).extend({
dots: false,
infinite: false,
navButtons: true,
slidesToShow: 4,
slidesToShow: 3,
},
};
},