Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Commit

Permalink
fixes modal in index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu committed Mar 22, 2018
1 parent c7ed151 commit af89676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
id="contacts">
</vue-table>
<contact-form :form="form"
@form-close="form=null"
@close="form=null"
@destroy="$refs.contacts.getData(); form=null"
@submit="$refs.contacts.getData();form=null"
v-if="form">
Expand Down

0 comments on commit af89676

Please sign in to comment.