binxie
2023-06-26 00e147ec892cb1e89d0698787a8c60da1014cdb7
1
2
3
4
5
6
7
<template>
    <c-custom-output-good
        output-value={typeAttributes.outputValue}
        output-type={typeAttributes.type}
        record-id={typeAttributes.recordId}
    ></c-custom-output-good>
</template>