zhangqian
2023-04-27 ebcd50857251111620caa1712c36d2561a07f765
1
2
3
4
5
import { LightningElement, track, wire } from 'lwc';
 
export default class test extends LightningElement {
 
}