Skip to content

Commit

Permalink
同步name属性
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Feb 21, 2019
1 parent 3d81706 commit 45a0ef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/views/Archive/person_count.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import keyboard from '@/components/Charts/keyboard'
export default {
name: 'PersonCount',
name: 'person_count',
components: {
keyboard,
},
Expand Down
2 changes: 1 addition & 1 deletion src/views/Archive/person_detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<script>
export default {
name: 'PersonDetail',
name: 'person_detail',
}
</script>
2 changes: 1 addition & 1 deletion src/views/Archive/person_edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script>
export default {
name: 'PersonEdit',
name: 'person_edit',
}
</script>

0 comments on commit 45a0ef0

Please sign in to comment.