zhangqian
2023-07-10 a4b8019d414735754babdefa9c339414981a91fe
1
2
3
4
5
import { LightningElement } from 'lwc';
 
export default class PageBlocks extends LightningElement {
    activeSections = ['A', 'B'];
}