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