Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 84f8380

Browse files
Merge pull request #100 from rkpattnaik780/repo_link_eslint
style: fix indentation and spacing
2 parents 8f27698 + 88a7498 commit 84f8380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Component.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ A watcher has been added to the component to render the details dynamically when
231231
prop: 'commits',
232232
image: require('../assets/component/commit.png'),
233233
value: details.commits,
234-
url : details.github_url
234+
url: details.github_url
235235
},
236236
{
237237
prop: 'version',

src/components/ComponentStat.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div id="stat">
33
<a :href="statURL" :v-if="statURL" target="_blank">
44
<img :src="imageURL" :alt="propName" />
5-
<span>{{ propValue }} {{ propName }}</span>
5+
<span>{{ propValue }} {{ propName }}</span>
66
</a>
77
</div>
88
</template>

0 commit comments

Comments
 (0)