zhangzhengmei
2023-05-09 04714f21506cf0d4577c88643bcc1764043887de
1
2
3
4
5
import { LightningElement } from 'lwc';
 
export default class PageBlocks extends LightningElement {
    activeSections = ['A', 'B'];
}