zhangqian
2023-07-11 ba1ac0fe98bc1c09a1ba7207556cb6d3b9abacf1
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWrapper extends LightningElement {
    @api recordId;
}