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