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