LiJinHuan
2023-06-02 9282456582d84cc06f048b55392f8d2fcf9cd109
1
2
3
4
5
import { LightningElement, track, wire } from 'lwc';
 
export default class test extends LightningElement {
 
}