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