[Vuejs]-I am using custom build sidebar component and not sure how to add data

0👍

Apparently I was doing something else was generating error. I sorted the issue and tried again with following codes

<template>

<div :class="$style.sidebar">
  <cartbarmobile></cartbarmobile>
</div>

</template>

and it worked just fine 🙂

👤Zee

Leave a comment