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