diff options
author | HampusM <hampus@hampusmat.com> | 2021-05-24 10:49:41 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-05-24 10:49:41 +0200 |
commit | 518bd58c5aba1a6eaa645074f3ae2d780c45f6dc (patch) | |
tree | a99acd3b434422e019bc76064ad0798c8472f07d /src/components/BaseBackButton.vue | |
parent | 21e52ba2fa323e8aebf291882083c1eca9f6a5af (diff) |
Restructured the whole project & added Nodemon and Concurrently
Diffstat (limited to 'src/components/BaseBackButton.vue')
-rw-r--r-- | src/components/BaseBackButton.vue | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/components/BaseBackButton.vue b/src/components/BaseBackButton.vue deleted file mode 100644 index 64b1286..0000000 --- a/src/components/BaseBackButton.vue +++ /dev/null @@ -1,25 +0,0 @@ -<template> - <div class="d-inline"> - <router-link :to="to"> - <svg - xmlns="http://www.w3.org/2000/svg" id="back" - height="24px" width="24px" - viewBox="0 0 24 24" fill="#ffffff"> - <path d="M0 0h24v24H0z" fill="none" /> - <path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" /> - </svg> - </router-link> - </div> -</template> - -<script> -export default { - name: "BaseBackButton", - props: { - to: { - type: String, - required: true - } - } -} -</script>
\ No newline at end of file |