binxie
2023-06-26 1b3fb93f787b8b546a307bf063183f5295d183f8
force-app/main/default/lwc/childComponentTest/childComponentTest.html
New file
@@ -0,0 +1,8 @@
<template>
    <p class="slds-text-align_center slds-var-m-vertical_medium">
        Prior Count:
        <lightning-formatted-number
            value={priorCount}
        ></lightning-formatted-number>
    </p>
</template>