Count is: {{ count }}
import StatsDetail from '/Components/Dashboard/StatsDetail.js' export default { props: ['stat'], components: { StatsDetail }, template: `
{{ stat.Label }}
` }