you need to add a unique key to the component, e.g item.raw.id
<template #item.e_created_at="{ item }"> <event-date :key="item.raw.id" :initialDate="item.raw.e_created_at" /> {{ item.raw.e_created_at }} </template>