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