From 94af5897578f9a5e079c34c2229f0250e19bd0df Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Mon, 21 Feb 2022 23:38:51 +0100 Subject: [PATCH] Fix jQuery and semantic ui --- front/src/components/audio/SearchBar.vue | 1 + front/src/components/playlists/Card.vue | 5 +-- front/src/main.js | 7 +++- front/src/semantic.js | 50 ++++++++++++------------ 4 files changed, 33 insertions(+), 30 deletions(-) diff --git a/front/src/components/audio/SearchBar.vue b/front/src/components/audio/SearchBar.vue index 71f89d78b..3d5b9966a 100644 --- a/front/src/components/audio/SearchBar.vue +++ b/front/src/components/audio/SearchBar.vue @@ -25,6 +25,7 @@ import jQuery from 'jquery' import router from '@/router' import lodash from 'lodash' import GlobalEvents from '@/components/utils/global-events.vue' +console.log(jQuery) export default { components: { diff --git a/front/src/components/playlists/Card.vue b/front/src/components/playlists/Card.vue index 009794856..7335e0d6e 100644 --- a/front/src/components/playlists/Card.vue +++ b/front/src/components/playlists/Card.vue @@ -56,6 +56,7 @@