miniprogram_npm/tdesign-miniprogram/collapse/collapse.js
@@ -12,16 +12,10 @@ let Collapse = class Collapse extends SuperComponent { constructor() { super(...arguments); this.options = { addGlobalClass: true, }; this.externalClasses = [`${prefix}-class`]; this.relations = { '../collapse-panel/collapse-panel': { type: 'descendant', linked() { this.updateExpanded(); }, }, }; this.controlledProps = [