updated readme
This commit is contained in:
parent
242c894903
commit
c4c10d6996
2 changed files with 9 additions and 8 deletions
|
|
@ -58,10 +58,11 @@ const criticScores = computed(() => {
|
|||
</div>
|
||||
</dl>
|
||||
|
||||
<ButtonAction v-if="canEdit"
|
||||
button-text="Remove From List"
|
||||
buttonColor="danger"
|
||||
@action="emit('remove-movie', selectedMovie.id)"
|
||||
<ButtonAction
|
||||
v-if="canEdit"
|
||||
button-text="Remove From List"
|
||||
buttonColor="danger"
|
||||
@action="emit('remove-movie', selectedMovie.id)"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
@ -71,9 +72,6 @@ dt {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.critic-score-source {
|
||||
}
|
||||
|
||||
.movie-detail {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue