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