Skip to content

Commit 03399a8

Browse files
author
Pooya Parsa
committed
ESLint
1 parent 75548be commit 03399a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/breadcrumb.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
computed: {
1414
componentType() {
1515
return this.to ? 'router-link' : 'a';
16-
},
16+
}
1717
},
1818
props: {
1919
items: {

components/link.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
props: {
2929
activeClass: {
3030
type: String,
31-
default: 'active',
31+
default: 'active'
3232
},
3333
to: {
3434
type: [String, Object]
@@ -37,5 +37,5 @@
3737
type: String
3838
}
3939
}
40-
}
41-
</script>
40+
};
41+
</script>

0 commit comments

Comments
 (0)