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