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