diff --git a/package.json b/package.json
index edf5ef7..98db269 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,7 @@
"path": "^0.12.7",
"url": "^0.11.4",
"vue": "^3.5.13",
+ "vue-router": "^4.5.1",
"vuetify": "^3.8.0-beta.0"
},
"devDependencies": {
diff --git a/src/App.vue b/src/App.vue
index 7d92469..518be91 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,11 +1,7 @@
-
+
-
-
diff --git a/src/components/DownloadList.vue b/src/components/DownloadList.vue
index 5c6200a..b3b5d41 100644
--- a/src/components/DownloadList.vue
+++ b/src/components/DownloadList.vue
@@ -47,12 +47,17 @@
mdi-folder-outline
- {{ item.name }}
+
+ {{ item.name }}
+
mdi-file-outline
@@ -86,8 +91,6 @@