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