From c6b4c6a90a3bb77add64994f51d3e2af790c8452 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Fri, 17 Dec 2021 00:22:38 +0100 Subject: make styles and add some features --- src/components/searcher/Sugestion.vue | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'src/components/searcher/Sugestion.vue') diff --git a/src/components/searcher/Sugestion.vue b/src/components/searcher/Sugestion.vue index 4721ca2..15a177d 100644 --- a/src/components/searcher/Sugestion.vue +++ b/src/components/searcher/Sugestion.vue @@ -1,5 +1,5 @@ @@ -9,24 +9,5 @@ export default { props: { sugestion: Array }, - - created() { - this.$nextTick(function () { - }) - } - } - - -- cgit v1.2.3