diff --git a/package.json b/package.json index 14d6259b..a53cec04 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" }, "dependencies": { + "@vueuse/motion": "^2.0.0-beta.12", "axios": "^0.26.1", "mitt": "^3.0.0", "node-vibrant": "^3.2.1-alpha.1", diff --git a/src/App.vue b/src/App.vue index 39f418f6..4e0d16a8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,7 @@ diff --git a/src/components/PlaylistView/Header.vue b/src/components/PlaylistView/Header.vue index 0ed30049..0be4c4c7 100644 --- a/src/components/PlaylistView/Header.vue +++ b/src/components/PlaylistView/Header.vue @@ -1,6 +1,7 @@