黄千龙
2023-04-27 78955160373ad7c3252b4d13621264a2b9371dae
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWrapper extends LightningElement {
    @api recordId;
}