liwentao
2023-05-17 f7cd56053c85587fb734f1b63280071e767b16e1
1
2
3
4
5
import { LightningElement, track, wire } from 'lwc';
 
export default class test extends LightningElement {
 
}