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