This repository was archived by the owner on Dec 27, 2024. It is now read-only.
修复npm install失败的问题,为index-list组件添加样式 #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
npm install
由于包
@tencent/tslint-config-wxapp
已经被移除,这个issue中运行npm install
失败。这个包的内容是配置typescript linter。此次更新移除了对前述非必要的配置包的依赖。index-list
有时我们需要对联系人列表进行多选,而前一版本的
index-list
无法改变列表项的样式。此提交为列表项添加了“已选择”和“不可用”两种样式,为列表添加了selecting
属性。如果将
selecting
属性改为false
会触发select
事件,给出已经选择的条目。将subItem
的selected
属性设为true
会导致列表预先选择某些项,将subItem
的disabled
属性设为true
会导致列表预先选择某些项