Component({ properties: { list: Array }, data: { showAll: false }, methods: { onChange({ detail }) { this.setData({ showAll: detail }) } } })