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