LiJinHuan
2023-07-04 d117f4fc33bfdbbd698a46abc2bc6c4070d7c6ee
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}