liwentao
2023-07-19 cf3dbaac9ef8ee0be7b741935461cd0fdd6ff495
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}