zhangchunxu
2023-07-21 14e3923804ac265cb8bf6e571232131b662fd204
1
2
3
4
5
import { LightningElement } from 'lwc';
 
export default class PageBlocks extends LightningElement {
    activeSections = ['A', 'B'];
}