Homepage(Search bar) + API Calls
This commit is contained in:
17
nuxt/components/TheFooter.vue
Normal file
17
nuxt/components/TheFooter.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<a-layout-footer>
|
||||
MovieFinder © 2020 | Made with
|
||||
<span style="color: #e74c3c;">♥</span> by Noé Viricel
|
||||
</a-layout-footer>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.ant-layout-footer {
|
||||
text-align: center;
|
||||
background-color: #f0f2f5;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user