Parent-Child Data Communication
Parenet to Child (Props)
To pass data from a parent component to a child, use v-bind (or :) in the parent and defineProps in the child.
Parent Componnet (ParentComp.vue):
<template>
<div>
<ChildComp :itemList=