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