Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTan0527 committed Nov 25, 2018
1 parent c5a9a35 commit 4ec4bd6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/components/Avatars.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export default {
icon: String
}
}
</script>
</script>
2 changes: 1 addition & 1 deletion src/components/components/Badges.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ export default {
action: Function
}
}
</script>
</script>
2 changes: 1 addition & 1 deletion src/components/components/Chips.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="chip">
<img :src="img" class="avatar avatar-sm" v-if="img">
{{text}}
<a href="#" class="btn btn-clear"
<a href="#" class="btn btn-clear"
aria-label="Close" role="button" v-if="closable"></a>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/components/components/Empty-state/Empty-action.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<div class="empty-action">
<slot/>
</div>
</template>
</template>
2 changes: 1 addition & 1 deletion src/components/components/Empty-state/Empty-subtitle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<p class="empty-subtitle">
<slot/>
</p>
</template>
</template>
2 changes: 1 addition & 1 deletion src/components/components/Empty-state/Empty-title.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<p class="empty-title h5">
<slot/>
</p>
</template>
</template>

0 comments on commit 4ec4bd6

Please sign in to comment.