liwentao
2023-05-28 b3c7170a8928276d5c120eb15a7abfe7313002f5
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}