chore: bump Vue 3.2 and remove event shim (#9218)

This commit is contained in:
neverland
2021-08-10 10:04:55 +08:00
committed by GitHub
parent ac2940a365
commit 9025d3b4e3
7 changed files with 59 additions and 86 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ export default defineComponent({
onBlur={onDetailBlur}
onFocus={() => onFocus('addressDetail')}
onInput={onChangeDetail}
onSelectSearch={(event: Event) => emit('select-search', event)}
onSelect-search={(event: Event) => emit('select-search', event)}
/>
{props.showPostal && (
<Field