zhangchunxu
2023-08-07 1240f80db0d6d7c08d5c7699402f4c03554e718b
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}