[Vuejs]-Property or method is not defined on the instance but referenced during render. Make sure that this property is reactive vue-js

0👍

You should pass heading prop from a parent component:

<BalanceCard title="Total" heading="my-heading" />

Leave a comment