Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fba7017

Browse filesBrowse files
committed
add names for everything
1 parent 970492a commit fba7017
Copy full SHA for fba7017

File tree

Expand file treeCollapse file tree

5 files changed

+9
-1
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+9
-1
lines changed

‎src/components/Comment.vue

Copy file name to clipboardExpand all lines: src/components/Comment.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import store from '../store'
1919
2020
export default {
2121
22-
name: 'comment', // for recursively using self
22+
name: 'Comment',
2323
2424
props: {
2525
comment: Object

‎src/components/Item.vue

Copy file name to clipboardExpand all lines: src/components/Item.vue
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<script>
2424
export default {
2525
26+
name: 'Item',
27+
2628
props: {
2729
item: Object,
2830
index: Number

‎src/components/ItemView.vue

Copy file name to clipboardExpand all lines: src/components/ItemView.vue
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ import Comment from './Comment.vue'
2424
2525
export default {
2626
27+
name: 'ItemView',
28+
2729
components: {
2830
Item,
2931
Comment

‎src/components/NewsView.vue

Copy file name to clipboardExpand all lines: src/components/NewsView.vue
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ import Item from './Item.vue'
2121
2222
export default {
2323
24+
name: 'NewsView',
25+
2426
components: {
2527
Item
2628
},

‎src/components/UserView.vue

Copy file name to clipboardExpand all lines: src/components/UserView.vue
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ import store from '../store'
2323
2424
export default {
2525
26+
name: 'UserView',
27+
2628
data () {
2729
return {
2830
user: {}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.