Skip to content

Commit

Permalink
fix name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jun 20, 2017
1 parent 27639a4 commit 8d50a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/check-icon/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import Icon from '../icon'
export default {
name: 'icon',
name: 'check-icon',
components: {
Icon
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/swipeout/swipeout-button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<script>
export default {
name: 'swipeout-button'
name: 'swipeout-button',
props: {
text: String,
backgroundColor: String,
Expand Down

0 comments on commit 8d50a40

Please sign in to comment.