LiJinHuan
2023-05-23 6c994b541017ca4f05cc31c4464bb6eacc3169c5
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}