Homepage(Search bar) + API Calls

This commit is contained in:
2020-10-04 02:40:05 +02:00
parent b840476668
commit bde03b30f4
8 changed files with 209 additions and 115 deletions

View File

@@ -0,0 +1,17 @@
<template>
<a-layout-footer>
MovieFinder © 2020 | Made with
<span style="color: #e74c3c;">&#9829;</span> by Noé Viricel
</a-layout-footer>
</template>
<script>
export default {};
</script>
<style scoped>
.ant-layout-footer {
text-align: center;
background-color: #f0f2f5;
}
</style>