zhangchunxu
2023-07-21 14e3923804ac265cb8bf6e571232131b662fd204
1
2
3
4
5
import { LightningElement, track, wire } from 'lwc';
 
export default class test extends LightningElement {
 
}