mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
🧹 moved files around
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
class="results"
|
||||
:class="{ shortList: shortList }"
|
||||
>
|
||||
<movies-list-item
|
||||
<results-list-item
|
||||
v-for="(movie, index) in results"
|
||||
:key="`${movie.type}-${movie.id}-${index}`"
|
||||
:movie="movie"
|
||||
@@ -17,10 +17,10 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import MoviesListItem from "@/components/MoviesListItem";
|
||||
import ResultsListItem from "@/components/ResultsListItem";
|
||||
|
||||
export default {
|
||||
components: { MoviesListItem },
|
||||
components: { ResultsListItem },
|
||||
props: {
|
||||
results: {
|
||||
type: Array,
|
||||
|
||||
Reference in New Issue
Block a user