Skip to content

Commit

Permalink
docs: fix example VDynamicAdvanced
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Mar 9, 2021
1 parent a99c8fb commit a328777
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions example/src/components/basic/VDynamicAdvanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ export default {
close()
},
// event by vue-final-modal
'click-outside'() {
console.log('@click-outside')
clickOutside() {
console.log('@clickOutside')
},
'before-open'() {
console.log('@before-open')
beforeOpen() {
console.log('@beforeOpen')
},
opened() {
console.log('@opened')
},
'before-close'() {
console.log('@before-close')
beforeClose() {
console.log('@beforeClose')
},
closed() {
console.log('@closed')
Expand Down

0 comments on commit a328777

Please sign in to comment.