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