Skip to content

Commit

Permalink
style: use PascalCase for imported component in CommentEditor.vue (go…
Browse files Browse the repository at this point in the history
  • Loading branch information
quanKM authored and igeligel committed Oct 4, 2019
1 parent 506fb9d commit 9251eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CommentEditor.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<rwv-list-errors :errors="errors"> </rwv-list-errors>
<RwvListErrors :errors="errors" />
<form class="card comment-form" @submit.prevent="onSubmit(slug, comment)">
<div class="card-block">
<textarea
Expand Down

0 comments on commit 9251eba

Please sign in to comment.