123
chenjingwu
2024-04-25 4ad160ecac9ec4a1d281e241ee4464b579441c86
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}