index property
int
get
index
Implementation
int get index => indexNotify.value;
注意:只有在 mount 首次挂载时可以初始化它,其他情况下请通过 ElMultiUniqueElement 更新, 例如:updateIndex、showTarget、hideTarget
Implementation
@protected
set index(int v) {
indexNotify.value = v;
}