zhangzhengmei
2023-08-06 a82f0830a132be063a63dcd7dd2ccca2179d5738
1
2
3
4
5
import { LightningElement } from 'lwc';
 
export default class PageBlocks extends LightningElement {
    activeSections = ['A', 'B'];
}