黄千龙
2023-07-18 428f42fab44b654c69fbc461513203830743d7de
1
2
3
4
5
import { LightningElement } from 'lwc';
 
export default class PageBlocks extends LightningElement {
    activeSections = ['A', 'B'];
}