黄千龙
2023-08-09 626f3c3bb25e204568019e8d568e2d7547d1037a
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWrapper extends LightningElement {
    @api recordId;
}