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