1
chenjingwu
2024-05-24 e808c1069191b0220fce9adafead5ce768030b73
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}