1
chenjingwu
2024-05-24 9caa456d727a48dc4d50ca96cfaa82da2e699890
1
2
3
4
5
import { LightningElement } from 'lwc';
 
export default class PageBlocks extends LightningElement {
    activeSections = ['A', 'B'];
}