Skip to content

Commit

Permalink
fix(AddressEdit): emits warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Sep 15, 2020
1 parent d06f98e commit 1e6a120
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/address-edit/index.js
Expand Up @@ -82,6 +82,18 @@ export default createComponent({
},
},

emits: [
'save',
'focus',
'delete',
'click-area',
'change-area',
'change-detail',
'cancel-delete',
'select-search',
'change-default',
],

data() {
return {
data: {},
Expand Down

0 comments on commit 1e6a120

Please sign in to comment.