diff options
| author | jdlugosz963 <jdlugosz963@gmail.com> | 2021-12-14 09:06:45 +0100 |
|---|---|---|
| committer | jdlugosz963 <jdlugosz963@gmail.com> | 2021-12-14 09:06:45 +0100 |
| commit | fb8cd8aa895d2b7ee609bb84f23ab52c37d4a01f (patch) | |
| tree | 5c56de50d9b59d156a46e072b2d434a06d7be41a /src/components/Sugestion.vue | |
| parent | 193a6b59425ab45004f4178fc3f5b5bad5b4c660 (diff) | |
| download | lom_frontend-fb8cd8aa895d2b7ee609bb84f23ab52c37d4a01f.tar.gz lom_frontend-fb8cd8aa895d2b7ee609bb84f23ab52c37d4a01f.zip | |
clean up project tree
Diffstat (limited to 'src/components/Sugestion.vue')
| -rw-r--r-- | src/components/Sugestion.vue | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/components/Sugestion.vue b/src/components/Sugestion.vue deleted file mode 100644 index 4721ca2..0000000 --- a/src/components/Sugestion.vue +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | <template> | ||
| 2 | <div class="sugestion"> | ||
| 3 | <span>{{sugestion[0]}}</span> | ||
| 4 | </div> | ||
| 5 | </template> | ||
| 6 | |||
| 7 | <script> | ||
| 8 | export default { | ||
| 9 | props: { | ||
| 10 | sugestion: Array | ||
| 11 | }, | ||
| 12 | |||
| 13 | created() { | ||
| 14 | this.$nextTick(function () { | ||
| 15 | }) | ||
| 16 | } | ||
| 17 | |||
| 18 | } | ||
| 19 | </script> | ||
| 20 | |||
| 21 | <style scoped> | ||
| 22 | .sugestion { | ||
| 23 | width: 100%; | ||
| 24 | margin-left: auto; | ||
| 25 | margin-right: auto; | ||
| 26 | background-color: #303030; | ||
| 27 | |||
| 28 | margin-top: 10px; | ||
| 29 | padding: 5px; | ||
| 30 | padding-right: 0px; | ||
| 31 | } | ||
| 32 | </style> | ||
