Skip to content

Commit

Permalink
[#29] add a close button in note-order-config view
Browse files Browse the repository at this point in the history
  • Loading branch information
rainu committed Nov 12, 2019
1 parent c3c464a commit 5b9247d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/note/OrderConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<v-toolbar color="primary" flat>
<v-toolbar-title>{{$t('note.order.title')}}</v-toolbar-title>
<div class="flex-grow-1"></div>
<v-btn icon @click="dialog.show = false">
<v-icon>close</v-icon>
</v-btn>
</v-toolbar>


Expand Down

0 comments on commit 5b9247d

Please sign in to comment.