[bugfix] AddressEdit: should auto select area when created (#748)

This commit is contained in:
neverland
2018-03-22 11:38:58 +08:00
committed by GitHub
parent d3114d34b6
commit 14d7f9dfb0
5 changed files with 44 additions and 47 deletions

View File

@@ -4,10 +4,10 @@
name="success"
class="van-checkbox__icon"
:class="[
`van-checkbox--${shape}`,
{ 'van-checkbox--disabled': isDisabled },
{ 'van-checkbox--checked': isChecked }
]"
`van-checkbox--${shape}`, {
'van-checkbox--disabled': isDisabled,
'van-checkbox--checked': isChecked
}]"
@click="onClick"
/>
<span class="van-checkbox__label" @click="onClick('label')">