feat(Cascader): select options

This commit is contained in:
chenjiahan
2020-12-20 21:23:50 +08:00
committed by neverland
parent 0352f5d9a6
commit 347758a935
6 changed files with 91 additions and 21 deletions
+1
View File
@@ -372,6 +372,7 @@ export default createComponent({
title={item.title}
color={this.color}
style={item.titleStyle}
class={item.titleClass}
isActive={index === this.currentIndex}
disabled={item.disabled}
scrollable={scrollable}