diff --git a/package.json b/package.json index 7878d6b6..84a06a4d 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" }, "dependencies": { + "@popperjs/core": "^2.11.6", "@vueuse/core": "^8.5.0", "axios": "^0.26.1", "pinia": "^2.0.17", diff --git a/src/components/shared/SongItem.vue b/src/components/shared/SongItem.vue index 2eff3e22..c20c3a21 100644 --- a/src/components/shared/SongItem.vue +++ b/src/components/shared/SongItem.vue @@ -20,8 +20,8 @@ :class="{ last_played: !isPlaying }" > -