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