This commit is contained in:
Peter Olu
2022-04-24 16:11:00 +01:00
parent 7f2464cc28
commit ff913ecc58
2 changed files with 17 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. -->
<template>
<div class="scroll-snap-container">
<div :id="'item' + item.i" class="item" v-for="item in items" :key="item.i">
<div :id="'item' + item.i" class="item" v-for="item in items" :key="item.i">
<slot v-if="items.length">
<component :is="item.type" :data="item" />
</slot>