Compare commits
2 commits
242c894903
...
3b81189486
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b81189486 | |||
| c4c10d6996 |
2 changed files with 9 additions and 8 deletions
|
|
@ -1,7 +1,10 @@
|
|||
# Nuxt Minimal Starter
|
||||
# Movie Night Web [WIP]
|
||||
|
||||
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
|
||||
|
||||
Setup is pretty standard for a Nuxt project so I'll leave that below. Just be sure to copy .env.example to .env and fill
|
||||
in the value.
|
||||
|
||||
## Setup
|
||||
|
||||
Make sure to install dependencies:
|
||||
|
|
|
|||
|
|
@ -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