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