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