123
chenjingwu
2024-04-25 3b8daa9cf1d9267221534af7ce63232ddeab0df0
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}