diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-22 10:38:26 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-22 10:38:26 -0400 |
| commit | 0ec77648211d343a7400e6e09fe5a2b3c500b564 (patch) | |
| tree | d95cb7172b983e53b289c7b1e0e9e276c8f23e33 /components/Footer.vue | |
| download | personal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.tar.gz personal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.tar.bz2 personal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.zip | |
Inital rewrite
Diffstat (limited to 'components/Footer.vue')
| -rw-r--r-- | components/Footer.vue | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/components/Footer.vue b/components/Footer.vue new file mode 100644 index 0000000..616c8d2 --- /dev/null +++ b/components/Footer.vue @@ -0,0 +1,15 @@ +<template> + <div> + <p>© Copyright 2018-2020, Andrew Lee.</p> + </div> +</template> + +<script> + export default { + name: "Footer" + } +</script> + +<style scoped> + +</style>
\ No newline at end of file |
