refactor(@omiu/select): remove dead code
This commit is contained in:
parent
a941237864
commit
f3e18876d9
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@omiu/select",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"description": "Mobile pop-up options list",
|
||||
"docsExtend": {
|
||||
"cnName": "下拉菜单",
|
||||
|
|
|
@ -82,7 +82,7 @@ export default class Select extends WeElement<Props> {
|
|||
}
|
||||
|
||||
this.fire('item-select', this.selectedItems)
|
||||
this.fire('ItemSelect', this.selectedItems)
|
||||
|
||||
this.update()
|
||||
|
||||
this.resetSize()
|
||||
|
@ -93,7 +93,7 @@ export default class Select extends WeElement<Props> {
|
|||
this._refInput.focus()
|
||||
|
||||
this.fire('item-select', item)
|
||||
this.fire('ItemSelect', item)
|
||||
|
||||
this.selectedIndex = index
|
||||
this.label = item.label
|
||||
this.updateProps({
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"@omiu/popover": "^0.0.13",
|
||||
"@omiu/progress": "^0.0.3",
|
||||
"@omiu/radio": "^0.0.6",
|
||||
"@omiu/select": "^0.0.11",
|
||||
"@omiu/select": "^0.0.12",
|
||||
"@omiu/slider": "^0.0.7",
|
||||
"@omiu/steps": "^0.0.3",
|
||||
"@omiu/switch": "^0.0.2",
|
||||
|
|
Loading…
Reference in New Issue